rust/clippy_lints
kraktus 9e1c7febe2 excessive_bools, do not lint in trait impls
Should not lint because the trait might not be changeable by the user
We only lint in the trait definition
2022-11-07 19:49:43 +01:00
..
src excessive_bools, do not lint in trait impls 2022-11-07 19:49:43 +01:00
Cargo.toml Generate lint categories and explanations with declare_clippy_lint 2022-10-23 20:32:26 +00:00
README.md

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