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