We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unused_import_braces
unused_extern_crates
1 parent 16dfbb1 commit 809bbabCopy full SHA for 809bbab
1 file changed
Cargo.toml
@@ -21,3 +21,5 @@ pretty_assertions = "1"
21
22
[lints.rust]
23
trivial_numeric_casts = "warn"
24
+unused_import_braces = "warn"
25
+unused_extern_crates = "warn"
0 commit comments