Fix renamed let_underscore_drop lint

warning: lint `clippy::let_underscore_drop` has been renamed to `let_underscore_drop`
      --> serde_derive/src/lib.rs:46:5
       |
    46 |     clippy::let_underscore_drop,
       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `let_underscore_drop`
       |
       = note: `#[warn(renamed_and_removed_lints)]` on by default
This commit is contained in:
David Tolnay
2022-11-22 19:04:23 -08:00
parent 93bb9e147c
commit e19844c659
4 changed files with 3 additions and 6 deletions
-1
View File
@@ -118,7 +118,6 @@
derive_partial_eq_without_eq,
enum_glob_use,
explicit_auto_deref,
let_underscore_drop,
map_err_ignore,
new_without_default,
result_unit_err,