mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-13 22:32:36 +00:00
[`implicit_saturating_sub`] Fix suggestion with a less volatile approach Related to #13533, such and obvious mistake got pass my watch, quite embarassing :/ Revert #13533 and implement a more robust solution. Revert "Fix span issue on `implicit_saturating_sub` This reverts commit 140a1275f24ab951ffb0daee568385049de153d5. changelog: [`lint_name`]: Fix suggestion for `if {} else if {} else {}` cases r? `@y21`