mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
ea4ebed2ed
[arithmetic_side_effects] Fix #10252 Fix #10252 At least for integers, shifts are already handled by the compiler. ---- changelog: [`arithmetic_side_effects`]: No longer lints on right or left shifts with constant integers, as the compiler warns about them. [#10309](https://github.com/rust-lang/rust-clippy/pull/10309) <!-- changelog_checked--> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |