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

clippy: Fix return-self-not-must-use

parent e7e43a90
No related branches found
No related tags found
1 merge request!45Fix remaining lints from `clippy::pedantic`
......@@ -32,7 +32,6 @@ rustflags = [
"-Aclippy::string_lit_as_bytes",
# clippy::pedantic
"-Aclippy::return-self-not-must-use",
"-Aclippy::ref_binding_to_reference",
"-Aclippy::semicolon_if_nothing_returned",
"-Aclippy::trivially_copy_pass_by_ref",
......
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