From a6e0364be7839d38bb08e261550034ad63bb8b58 Mon Sep 17 00:00:00 2001 From: Alex Yusiuk <55661041+RRRadicalEdward@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:28:55 +0300 Subject: [PATCH] chore: add redundant_lifetimes rustc style/readability lint (#924) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ea300e2a..19f3208a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 == #