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