We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdbfd2 commit a6e0364Copy full SHA for a6e0364
1 file changed
Cargo.toml
@@ -67,6 +67,7 @@ keyword_idents = "warn"
67
noop_method_call = "warn"
68
macro_use_extern_crate = "warn"
69
redundant_imports = "warn"
70
+redundant_lifetimes = "warn"
71
# missing_docs = "warn" # TODO: NOTE(@CBenoit): we probably want to ensure this in core tier crates only
72
73
# == Compile-time / optimization == #
0 commit comments