Skip to content

Commit

Permalink
Ignore let_underscore_drop pedantic clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 19, 2021
1 parent bc6b2b1 commit 6b5e5a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions serde/src/lib.rs
Expand Up @@ -120,6 +120,7 @@
zero_prefixed_literal,
// correctly used
enum_glob_use,
let_underscore_drop,
map_err_ignore,
result_unit_err,
wildcard_imports,
Expand Down
1 change: 1 addition & 0 deletions serde_derive/src/lib.rs
Expand Up @@ -38,6 +38,7 @@
clippy::filter_map,
clippy::indexing_slicing,
clippy::items_after_statements,
clippy::let_underscore_drop,
clippy::map_err_ignore,
clippy::match_same_arms,
clippy::module_name_repetitions,
Expand Down
1 change: 1 addition & 0 deletions serde_derive_internals/lib.rs
Expand Up @@ -18,6 +18,7 @@
clippy::doc_markdown,
clippy::enum_glob_use,
clippy::items_after_statements,
clippy::let_underscore_drop,
clippy::match_same_arms,
clippy::missing_errors_doc,
clippy::module_name_repetitions,
Expand Down

0 comments on commit 6b5e5a8

Please sign in to comment.