rust/clippy_lints
Alejandra González cee9abf10c
docs: update rationale for excessive-bools (#14351)
Adds the reasoning to the docs for this rule on why enums are generally
better for representing state machines than structs with many bool
fields.

changelog: [struct_excessive_bools]: Improve documentation
2025-03-06 18:54:55 +00:00
..
src docs: update rationale for excessive-bools (#14351) 2025-03-06 18:54:55 +00:00
Cargo.toml Bump Clippy version -> 0.1.87 2025-02-20 15:26:51 +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.