From bb592ad9909c84c3c72252e1775b1cd2abc1e881 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Tue, 1 Sep 2020 18:37:19 -0700 Subject: Remove warning for missing_copy_implementations lint The missing_copy_implementations lint is arguably not super useful in an application crate, where no third party is consuming the type definitions. As such, this change removes it from the list of lints causing warnings. --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 5af10bb..a8c0a46 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,6 @@ improper_ctypes, intra_doc_link_resolution_failure, late_bound_lifetime_arguments, - missing_copy_implementations, missing_debug_implementations, missing_docs, no_mangle_generic_items, -- cgit v1.2.1