add explicit_outlives_requirements rustc lint

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-01-26 19:15:21 -05:00 committed by June
parent 5a8a3c742d
commit 35ebc459fa
1 changed files with 1 additions and 0 deletions

View File

@ -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"