From ea9ffd7913c5e5129adc8048d688133a5a2986d9 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 25 Jan 2021 14:29:10 +0100 Subject: Do not deny missing debug impls, we have to many Signed-off-by: Matthias Beyer --- src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 8521b2a..85257ce 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,6 @@ improper_ctypes, keyword_idents, missing_copy_implementations, - missing_debug_implementations, missing_docs, no_mangle_generic_items, non_ascii_idents, -- cgit v1.2.3