Skip to content

Commit 233e333

Browse files
committed
lints: enable unused_import_braces & unused_extern_crates
1 parent 585d7c5 commit 233e333

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ pretty_assertions = "1"
2121

2222
[lints.rust]
2323
trivial_numeric_casts = "warn"
24+
unused_import_braces = "warn"
25+
unused_extern_crates = "warn"

0 commit comments

Comments
 (0)