]> git.lizzy.rs Git - rust.git/commit
Auto merge of #8649 - ebobrow:imperative_find, r=flip1995
authorbors <bors@rust-lang.org>
Mon, 27 Jun 2022 17:15:25 +0000 (17:15 +0000)
committerbors <bors@rust-lang.org>
Mon, 27 Jun 2022 17:15:25 +0000 (17:15 +0000)
commitfdd0e727e2174a53ffca340734bd462f8ea865b8
treef4df74d482b4119334d6c84bf3e5dde3818a4e2a
parenteaa03ea911662b282d3c7bc7c3a29f9fb370b933
parent430575b61a95fc559f5021e246c04c3468acd1d6
Auto merge of #8649 - ebobrow:imperative_find, r=flip1995

add [`manual_find`] lint for function return case

part of the implementation discussed in #7143

changelog: add [`manual_find`] lint for function return case
CHANGELOG.md
clippy_lints/src/lib.register_all.rs
clippy_lints/src/lib.register_complexity.rs
clippy_lints/src/lib.register_lints.rs
clippy_lints/src/loops/mod.rs
clippy_lints/src/non_expressive_names.rs