You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 rust-lang/rust-clippy#12894
----
changelog: new [`manual_is_power_of_two`] lint
Just putting this on the list.
The text was updated successfully, but these errors were encountered: