Enable clippy::drain_collect
(#8745)
This PR enables the [`clippy::drain_collect`](https://rust-lang.github.io/rust-clippy/master/index.html#/drain_collect) rule and fixes the outstanding violations. Release Notes: - N/A
This commit is contained in:
parent
4097e8870b
commit
bd00aed7db
2 changed files with 1 additions and 2 deletions
|
@ -89,7 +89,6 @@ fn run_clippy(args: ClippyArgs) -> Result<()> {
|
|||
"clippy::default_constructed_unit_structs",
|
||||
"clippy::derivable_impls",
|
||||
"clippy::derive_ord_xor_partial_ord",
|
||||
"clippy::drain_collect",
|
||||
"clippy::eq_op",
|
||||
"clippy::expect_fun_call",
|
||||
"clippy::explicit_auto_deref",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue