Commit ecad462
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments