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, clippy::missing_safety_doc)]
|
||||
#![allow(dead_code, clippy::missing_safety_doc, clippy::extra_unused_lifetimes)]
|
||||
#![warn(clippy::new_without_default)]
|
||||
|
||||
pub struct Foo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue