Skip to content

Commit ecad462

Browse files
committed
Fix renamed let_underscore_drop lint
error: lint `clippy::let_underscore_drop` has been renamed to `let_underscore_drop` --> tests/test.rs:9:5 | 9 | clippy::let_underscore_drop, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `let_underscore_drop` | = note: `-D renamed-and-removed-lints` implied by `-D warnings`
1 parent 9295c96 commit ecad462

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
clippy::excessive_precision,
77
clippy::float_cmp,
88
clippy::items_after_statements,
9-
clippy::let_underscore_drop,
109
clippy::shadow_unrelated,
1110
clippy::too_many_lines,
1211
clippy::unreadable_literal,

0 commit comments

Comments
 (0)