chore: add redundant_lifetimes rustc style/readability lint (#924)

This commit is contained in:
Alex Yusiuk
2025-08-20 06:28:55 -04:00
committed by GitHub
parent 1fdbfd29ed
commit a6e0364be7
+1
View File
@@ -67,6 +67,7 @@ keyword_idents = "warn"
noop_method_call = "warn"
macro_use_extern_crate = "warn"
redundant_imports = "warn"
redundant_lifetimes = "warn"
# missing_docs = "warn" # TODO: NOTE(@CBenoit): we probably want to ensure this in core tier crates only
# == Compile-time / optimization == #