Skip to content

Commit fac86e3

Browse files
Fix versions lints for 1.90.0 (#15712)
Missed update lints versions for 1.90 at #15670 so doing this changelog: none r? @flip1995
2 parents 00bbdea + 4a909bc commit fac86e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clippy_lints/src/doc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ declare_clippy_lint! {
315315
/// /// [example of a good link](https://github.com/rust-lang/rust-clippy/)
316316
/// pub fn do_something() {}
317317
/// ```
318-
#[clippy::version = "1.84.0"]
318+
#[clippy::version = "1.90.0"]
319319
pub DOC_BROKEN_LINK,
320320
pedantic,
321321
"broken document link"

clippy_lints/src/operators/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ declare_clippy_lint! {
854854
/// println!("{a} is divisible by {b}");
855855
/// }
856856
/// ```
857-
#[clippy::version = "1.89.0"]
857+
#[clippy::version = "1.90.0"]
858858
pub MANUAL_IS_MULTIPLE_OF,
859859
complexity,
860860
"manual implementation of `.is_multiple_of()`"

0 commit comments

Comments
 (0)