mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-03-08 17:27:29 +00:00
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 |