Update clippy_lints/src/manual_abs_diff.rs

This commit is contained in:
Cornelius Roemer 2025-04-27 19:27:21 +02:00 committed by GitHub
parent 8858b35c66
commit c7d3d6d468
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ declare_clippy_lint! {
/// a.abs_diff(b)
/// # ;
/// ```
#[clippy::version = "1.87.0"]
#[clippy::version = "1.88.0"]
pub MANUAL_ABS_DIFF,
complexity,
"using an if-else pattern instead of `abs_diff`"