Skip to content

Commit d6bc647

Browse files
Fix clippy::version of elidable_lifetime_names to 1.86
Resolves #14653 It might be good to have some automation to check that the version is correct. IIUC the version should be the current nightly version at the time a PR is merged. If a release happens while a PR is open, the version needs to be bumped - this is easy to forget.
1 parent 781fdab commit d6bc647

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)