Skip to content

Commit 6f42f3c

Browse files
committed
Fix renamed let_underscore_drop lint
warning: lint `clippy::let_underscore_drop` has been renamed to `let_underscore_drop` --> tests/test.rs:3:5 | 3 | clippy::let_underscore_drop, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `let_underscore_drop` | = note: `#[warn(renamed_and_removed_lints)]` on by default
1 parent b2e30cc commit 6f42f3c

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
@@ -1,6 +1,5 @@
11
#![allow(
22
clippy::disallowed_names,
3-
clippy::let_underscore_drop,
43
clippy::shadow_unrelated,
54
clippy::unseparated_literal_suffix,
65
clippy::used_underscore_binding

0 commit comments

Comments
 (0)