Skip to content
Snippets Groups Projects

Fix most of `clippy::pedantic`

Merged Vincent Lafeychine requested to merge clippy/pedantic into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -32,7 +32,6 @@ rustflags = [
"-Aclippy::string_lit_as_bytes",
# clippy::pedantic
"-Aclippy::from_iter_instead_of_collect",
"-Aclippy::if_not_else",
"-Aclippy::inefficient_to_string",
"-Aclippy::items_after_statements",
Loading