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