Extend extra_unused_lifetimes to handle impl lifetimes
This commit is contained in:
parent
ed22428b72
commit
b35c04f7dc
7 changed files with 97 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#[allow(dead_code)]
|
||||
#![allow(dead_code, clippy::extra_unused_lifetimes)]
|
||||
|
||||
/// Test for https://github.com/rust-lang/rust-clippy/issues/2865
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/// Test for https://github.com/rust-lang/rust-clippy/issues/2865
|
||||
/// Test for https://github.com/rust-lang/rust-clippy/issues/3151
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct HashMap<V, S> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue