mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
5c3c6a2de6
[arithmetic-side-effects] Finish non-overflowing ops Extends https://github.com/rust-lang/rust-clippy/pull/9474 to also take into consideration "raw" binary operations. For example, `let a = b / 2` and `let a = 1 * b` won't trigger the lint. changelog: [arithmetic-side-effects] Finish non-overflowing ops |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |