add explicit_outlives_requirements rustc lint
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
5a8a3c742d
commit
35ebc459fa
|
@ -192,6 +192,7 @@ missing_abi = "warn"
|
|||
# missing_docs = "warn"
|
||||
noop_method_call = "warn"
|
||||
pointer_structural_match = "warn"
|
||||
explicit_outlives_requirements = "warn"
|
||||
# unreachable_pub = "warn"
|
||||
unused_extern_crates = "warn"
|
||||
unused_import_braces = "warn"
|
||||
|
|
Loading…
Reference in New Issue