Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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, | ^^^^^^^^^^^^^^^^^^
- Loading branch information