Skip to content

Commit c7d3d6d

Browse files
Update clippy_lints/src/manual_abs_diff.rs
1 parent 8858b35 commit c7d3d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/manual_abs_diff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ declare_clippy_lint! {
3636
/// a.abs_diff(b)
3737
/// # ;
3838
/// ```
39-
#[clippy::version = "1.87.0"]
39+
#[clippy::version = "1.88.0"]
4040
pub MANUAL_ABS_DIFF,
4141
complexity,
4242
"using an if-else pattern instead of `abs_diff`"

0 commit comments

Comments
 (0)