mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
c465bf7f67
Fix `almost_swapped` false positive (`let mut a = b; a = a`) Fixes `2` in #10421 changelog: [`almost_swapped`]: Fix false positive when a variable is changed to itself. (`a = a`)