mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
369e44943f
Fix doc example for `wrapping_abs` The `max` variable is unused. This change introduces the `min_plus` variable, to make the example similar to the one from `saturating_abs`. An alternative would be to remove the unused variable.