Skip to content

Commit

Permalink
Remove ignore of deleted filter_map clippy lint
Browse files Browse the repository at this point in the history
    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
dtolnay committed Sep 12, 2021
1 parent 649da65 commit 1fae979
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
clippy::default_trait_access,
clippy::doc_markdown,
clippy::enum_glob_use,
clippy::filter_map,
clippy::if_same_then_else,
clippy::inherent_to_string,
clippy::items_after_statements,
Expand Down

0 comments on commit 1fae979

Please sign in to comment.