Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ignore of deleted filter_map clippy lint
warning: lint `clippy::filter_map` has been removed: this lint has been replaced by `manual_filter_map`, a more specific lint --> macro/src/lib.rs:6:5 | 6 | clippy::filter_map, | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default
- Loading branch information