Skip to content

Commit

Permalink
Fix renamed let_underscore_drop lint
Browse files Browse the repository at this point in the history
    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
  • Loading branch information
dtolnay committed Nov 23, 2022
1 parent b2e30cc commit 6f42f3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![allow(
clippy::disallowed_names,
clippy::let_underscore_drop,
clippy::shadow_unrelated,
clippy::unseparated_literal_suffix,
clippy::used_underscore_binding
Expand Down

0 comments on commit 6f42f3c

Please sign in to comment.