Now we can lint for the expressions like `_&_>>_`, `_<<_^_`, etc. And will suggest to add parentheses like `_&(_>>_)` and `(_<<_)^_`. I get implementation suggestions from [https://github.com/rust-lang/rust-clippy/pull/8735#pullrequestreview-954273477](https://github.com/rust-lang/rust-clippy/pull/8735#pullrequestreview-954273477). changelog: extended [`precedence`] to lint for bit masking and bit shifting without parentheses fixes #6632 |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||