[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-->