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 8858b35 commit c7d3d6dCopy full SHA for c7d3d6d
clippy_lints/src/manual_abs_diff.rs
@@ -36,7 +36,7 @@ declare_clippy_lint! {
36
/// a.abs_diff(b)
37
/// # ;
38
/// ```
39
- #[clippy::version = "1.87.0"]
+ #[clippy::version = "1.88.0"]
40
pub MANUAL_ABS_DIFF,
41
complexity,
42
"using an if-else pattern instead of `abs_diff`"
0 commit comments