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_ensure.rs:8:5
      |
    8 |     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 8d1c734 commit 60e8800
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_ensure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
clippy::ifs_same_cond,
clippy::items_after_statements,
clippy::let_and_return,
clippy::let_underscore_drop,
clippy::match_bool,
clippy::never_loop,
clippy::overly_complex_bool_expr,
Expand Down

0 comments on commit 60e8800

Please sign in to comment.