Skip to content

Commit 6b5e5a8

Browse files
committed
Ignore let_underscore_drop pedantic clippy lint
1 parent bc6b2b1 commit 6b5e5a8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

serde/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
zero_prefixed_literal,
121121
// correctly used
122122
enum_glob_use,
123+
let_underscore_drop,
123124
map_err_ignore,
124125
result_unit_err,
125126
wildcard_imports,

serde_derive/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
clippy::filter_map,
3939
clippy::indexing_slicing,
4040
clippy::items_after_statements,
41+
clippy::let_underscore_drop,
4142
clippy::map_err_ignore,
4243
clippy::match_same_arms,
4344
clippy::module_name_repetitions,

serde_derive_internals/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
clippy::doc_markdown,
1919
clippy::enum_glob_use,
2020
clippy::items_after_statements,
21+
clippy::let_underscore_drop,
2122
clippy::match_same_arms,
2223
clippy::missing_errors_doc,
2324
clippy::module_name_repetitions,

0 commit comments

Comments
 (0)