Enable clippy::bind_instead_of_map
(#8723)
This PR enables the [`clippy::bind_instead_of_map`](https://rust-lang.github.io/rust-clippy/master/index.html#/bind_instead_of_map) rule and fixes the outstanding violations. Release Notes: - N/A
This commit is contained in:
parent
bf666af3a2
commit
87efb75e53
5 changed files with 14 additions and 16 deletions
|
@ -78,7 +78,6 @@ fn run_clippy(args: ClippyArgs) -> Result<()> {
|
|||
"clippy::almost_complete_range",
|
||||
"clippy::arc_with_non_send_sync",
|
||||
"clippy::await_holding_lock",
|
||||
"clippy::bind_instead_of_map",
|
||||
"clippy::bool_comparison",
|
||||
"clippy::borrow_deref_ref",
|
||||
"clippy::borrowed_box",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue