Skip to content

Commit a6e0364

Browse files
chore: add redundant_lifetimes rustc style/readability lint (#924)
1 parent 1fdbfd2 commit a6e0364

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ keyword_idents = "warn"
6767
noop_method_call = "warn"
6868
macro_use_extern_crate = "warn"
6969
redundant_imports = "warn"
70+
redundant_lifetimes = "warn"
7071
# missing_docs = "warn" # TODO: NOTE(@CBenoit): we probably want to ensure this in core tier crates only
7172

7273
# == Compile-time / optimization == #

0 commit comments

Comments
 (0)