Enable clippy::explicit_auto_deref
(#8753)
This PR enables the [`clippy::explicit_auto_deref`](https://rust-lang.github.io/rust-clippy/master/index.html#/explicit_auto_deref) rule and fixes the outstanding violations. Release Notes: - N/A
This commit is contained in:
parent
6a9e8faad2
commit
659974411d
20 changed files with 126 additions and 128 deletions
|
@ -91,7 +91,6 @@ fn run_clippy(args: ClippyArgs) -> Result<()> {
|
|||
"clippy::derive_ord_xor_partial_ord",
|
||||
"clippy::eq_op",
|
||||
"clippy::expect_fun_call",
|
||||
"clippy::explicit_auto_deref",
|
||||
"clippy::explicit_counter_loop",
|
||||
"clippy::extra_unused_lifetimes",
|
||||
"clippy::identity_op",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue