remove all unused lifetimes
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
abf41f4c79
commit
82f10214b3
6 changed files with 8 additions and 8 deletions
|
@ -209,7 +209,7 @@ explicit_outlives_requirements = "warn"
|
|||
# unreachable_pub = "warn"
|
||||
unused_extern_crates = "warn"
|
||||
unused_import_braces = "warn"
|
||||
# unused_lifetimes = "warn"
|
||||
unused_lifetimes = "warn"
|
||||
unused_qualifications = "warn"
|
||||
dead_code = "warn"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue