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`
      --> generate/src/main.rs:14:5
       |
    14 |     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 9c11676 commit a6337ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#![allow(
clippy::cast_lossless,
clippy::cast_possible_truncation, // https://github.com/rust-lang/rust-clippy/issues/9613
clippy::let_underscore_drop,
clippy::match_wild_err_arm,
clippy::module_name_repetitions,
clippy::too_many_lines,
Expand Down

0 comments on commit a6337ab

Please sign in to comment.