mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
fb9913ef3b
Add new lint `manual_is_power_of_two` Suggest using `is_power_of_two()` instead of the manual implementations for some basic cases Part of https://github.com/rust-lang/rust-clippy/issues/12894 ---- changelog: new [`manual_is_power_of_two`] lint |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |