Enable clippy::manual_find
(#8737)
This PR enables the [`clippy::manual_find`](https://rust-lang.github.io/rust-clippy/master/index.html#/manual_find) rule and fixes the outstanding violations. Release Notes: - N/A
This commit is contained in:
parent
fc8e515fe8
commit
a17c207217
2 changed files with 4 additions and 8 deletions
|
@ -101,7 +101,6 @@ fn run_clippy(args: ClippyArgs) -> Result<()> {
|
|||
"clippy::iter_kv_map",
|
||||
"clippy::iter_overeager_cloned",
|
||||
"clippy::let_underscore_future",
|
||||
"clippy::manual_find",
|
||||
"clippy::manual_flatten",
|
||||
"clippy::map_entry",
|
||||
"clippy::needless_arbitrary_self_type",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue