Skip to content

Commit 4a909bc

Browse files
committed
Fix versions lints from 1.90.0
1 parent 00bbdea commit 4a909bc

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)