about summary refs log tree commit diff
path: root/clippy_lints/src/manual_is_power_of_two.rs
AgeCommit message (Expand)AuthorLines
2024-12-05fix: various typosBD103-8/+8
2024-11-21Update version attributes for 1.83 lintsxFrednet-1/+1
2024-10-15Change the category of `manual_is_power_of_two` to `pedantic`Asuna-2/+4
2024-10-13Check MethodCall/Call arg count earlier or at allGnomedDev-2/+2
2024-09-22FormattingPhilipp Krones-1/+1
2024-09-05Add support for different orders of expressionSour1emon-50/+104
2024-09-05Fixed extra backtickIsaac Bess-2/+2
2024-09-05Improve "Why this is bad" sectionIsaac Bess-1/+1
2024-09-05Add `manual_is_power_of_two`Sour1emon-0/+88