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 == #