We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781fdab commit 0b27121Copy full SHA for 0b27121
clippy_lints/src/lifetimes.rs
@@ -88,7 +88,7 @@ declare_clippy_lint! {
88
/// x.chars()
89
/// }
90
/// ```
91
- #[clippy::version = "1.84.0"]
+ #[clippy::version = "1.87.0"]
92
pub ELIDABLE_LIFETIME_NAMES,
93
pedantic,
94
"lifetime name that can be replaced with the anonymous lifetime"
0 commit comments