Skip to content

Commit 0b27121

Browse files
Fix clippy::version of elidable_lifetime_names to 1.87
The lint becomes part of stable in 1.87, not in 1.84
1 parent 781fdab commit 0b27121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/lifetimes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ declare_clippy_lint! {
8888
/// x.chars()
8989
/// }
9090
/// ```
91-
#[clippy::version = "1.84.0"]
91+
#[clippy::version = "1.87.0"]
9292
pub ELIDABLE_LIFETIME_NAMES,
9393
pedantic,
9494
"lifetime name that can be replaced with the anonymous lifetime"

0 commit comments

Comments
 (0)