aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-09-01 18:37:19 -0700
committerDaniel Mueller <deso@posteo.net>2020-09-01 18:37:19 -0700
commitd75067e6606b69c1c868b64c0ae5e8e626c01dd7 (patch)
tree20bfb3229e7464f810678e59ddd0bb959edec375
parent604123f6b43c1b80206d7c135ce41fe714242a0d (diff)
downloadnitrocli-d75067e6606b69c1c868b64c0ae5e8e626c01dd7.tar.gz
nitrocli-d75067e6606b69c1c868b64c0ae5e8e626c01dd7.tar.bz2
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.
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
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,