add explicit_outlives_requirements rustc lint
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
5a8a3c742d
commit
35ebc459fa
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue