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 00bbdea commit 4a909bcCopy full SHA for 4a909bc
clippy_lints/src/doc/mod.rs
@@ -315,7 +315,7 @@ declare_clippy_lint! {
315
/// /// [example of a good link](https://github.com/rust-lang/rust-clippy/)
316
/// pub fn do_something() {}
317
/// ```
318
- #[clippy::version = "1.84.0"]
+ #[clippy::version = "1.90.0"]
319
pub DOC_BROKEN_LINK,
320
pedantic,
321
"broken document link"
clippy_lints/src/operators/mod.rs
@@ -854,7 +854,7 @@ declare_clippy_lint! {
854
/// println!("{a} is divisible by {b}");
855
/// }
856
857
- #[clippy::version = "1.89.0"]
858
pub MANUAL_IS_MULTIPLE_OF,
859
complexity,
860
"manual implementation of `.is_multiple_of()`"
0 commit comments