Skip to content

Commit

Permalink
Fix renamed let_underscore_drop lint
Browse files Browse the repository at this point in the history
    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`
  • Loading branch information
dtolnay committed Nov 23, 2022
1 parent 9295c96 commit ecad462
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
Expand Up @@ -6,7 +6,6 @@
clippy::excessive_precision,
clippy::float_cmp,
clippy::items_after_statements,
clippy::let_underscore_drop,
clippy::shadow_unrelated,
clippy::too_many_lines,
clippy::unreadable_literal,
Expand Down

0 comments on commit ecad462

Please sign in to comment.