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

clippy: Fix needless_pass_by_ref_mut

parent 376a2625
No related branches found
No related tags found
1 merge request!38Fix clippy::perf and most of clippy::nursery
......@@ -28,7 +28,6 @@ rustflags = [
# clippy::nursery
"-Aclippy::empty_line_after_doc_comments",
"-Aclippy::needless_pass_by_ref_mut",
"-Aclippy::option_if_let_else",
"-Aclippy::or_fun_call",
"-Aclippy::redundant_clone",
......
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