rust/clippy_lints
Peter Jaszkowiak c70f1e0f8f ignore &x | &y in unnested_or_patterns
replacing it with `&(x | y)` is actually more characters
2022-04-01 22:36:30 -06:00
..
src ignore &x | &y in unnested_or_patterns 2022-04-01 22:36:30 -06:00
Cargo.toml Update itertools 2022-03-04 11:54:28 -06:00
README.md

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