mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 12:19:36 +00:00
[arithmetic-side-effects] Consider references Takes into consideration integer references like `&i32::MAX` because currently things like `let _ = &1 + 0` trigger the lint. changelog: FP: [`arithmetic_side_effects`]: Now ignores references [9507](https://github.com/rust-lang/rust-clippy/pull/9507)