rust/clippy_utils
bors d5d830a50f Auto merge of #7463 - ThibsG:find_any_7392, r=xFrednet
Fix `any()` not taking reference in `search_is_some` lint

`find` gives reference to the item, but `any` does not, so suggestion is broken in some specific cases.

Fixes: #7392

changelog: [`search_is_some`] Fix suggestion for `any()` not taking item by reference
2021-12-02 17:27:54 +00:00
..
src Auto merge of #7463 - ThibsG:find_any_7392, r=xFrednet 2021-12-02 17:27:54 +00:00
Cargo.toml Bump Clippy Version -> 0.1.59 2021-12-02 09:32:47 +00:00