From 35542189d86b6d67da4e424a9eb9e4deb87cf2e5 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sun, 19 Jul 2020 23:17:51 +0300 Subject: [PATCH] deltachat-ffi: convert clippy warnings to errors --- deltachat-ffi/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/deltachat-ffi/src/lib.rs b/deltachat-ffi/src/lib.rs index b36b78976..176505e69 100644 --- a/deltachat-ffi/src/lib.rs +++ b/deltachat-ffi/src/lib.rs @@ -1,3 +1,4 @@ +#![deny(clippy::all)] #![allow( non_camel_case_types, non_snake_case,