rust/clippy_lints
Timo ee4390f070
perf(manual_is_power_of_two): perform the is_integer_literal check first (#16050)
.. as it's much cheaper than `count_ones_receiver`

changelog: none
2025-11-08 12:11:30 +00:00
..
src perf(manual_is_power_of_two): perform the is_integer_literal check first (#16050) 2025-11-08 12:11:30 +00:00
Cargo.toml Bump Clippy version -> 0.1.93 2025-10-31 18:58:42 +01:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.