Skip to content

Commit 1120e5a

Browse files
committed
Remove suppression of removed clippy lint
warning: lint `clippy::filter_map` has been removed: this lint has been replaced by `manual_filter_map`, a more specific lint --> serde_derive/src/lib.rs:42:5 | 42 | clippy::filter_map, | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: lint `clippy::filter_map` has been removed: this lint has been replaced by `manual_filter_map`, a more specific lint --> serde_derive/src/lib.rs:42:5 | 42 | clippy::filter_map, | ^^^^^^^^^^^^^^^^^^
1 parent 1093f7e commit 1120e5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

serde_derive/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
clippy::checked_conversions,
4040
clippy::doc_markdown,
4141
clippy::enum_glob_use,
42-
clippy::filter_map,
4342
clippy::indexing_slicing,
4443
clippy::items_after_statements,
4544
clippy::let_underscore_drop,

0 commit comments

Comments
 (0)