Skip to content

Commit 325ef58

Browse files
chore(clippy): Enable elidable-lifetime-names lint
Stumbled accross [this lint](https://rust-lang.github.io/rust-clippy/stable/index.html#elidable_lifetime_names), seems useful so let's enable!
1 parent 80a9edc commit 325ef58

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
@@ -98,6 +98,7 @@ with_crash_reporting = []
9898
[workspace.lints.clippy]
9999
allow-attributes = "warn"
100100
dbg-macro = "warn"
101+
elidable-lifetime-names = "warn"
101102
str-to-string = "warn"
102103
string-to-string = "warn"
103104
tests-outside-test-module = "warn"

0 commit comments

Comments
 (0)