Skip to content

Commit

Permalink
Remove warning for missing_copy_implementations lint
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
d-e-s-o committed Sep 2, 2020
1 parent 604123f commit d75067e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d75067e

Please sign in to comment.