Skip to content
Snippets Groups Projects
Verified Commit d3ffd008 authored by Vincent Lafeychine's avatar Vincent Lafeychine
Browse files

clippy: Fix collection_is_never_read

parent 82088775
No related branches found
No related tags found
1 merge request!38Fix clippy::perf and most of clippy::nursery
......@@ -27,7 +27,6 @@ rustflags = [
"-Aclippy::unused_io_amount",
# clippy::nursery
"-Aclippy::collection_is_never_read",
"-Aclippy::debug_assert_with_mut_call",
"-Aclippy::derive_partial_eq_without_eq",
"-Aclippy::empty_line_after_doc_comments",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment