rust/clippy_lints
bors 6e211eac7c Auto merge of #8489 - smoelius:unnecessary-find-map, r=llogiq
Add `unnecessary_find_map` lint

This PR adds an `unnecessary_find_map` lint. It is essentially just a minor enhancement of `unnecessary_filter_map`.

Closes #8467

changelog: New lint `unnecessary_find_map`
2022-03-02 19:50:27 +00:00
..
src Auto merge of #8489 - smoelius:unnecessary-find-map, r=llogiq 2022-03-02 19:50:27 +00:00
Cargo.toml Bump Clippy Version -> 0.1.61 2022-02-24 19:32:47 +01:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.