Files
rust/clippy_lints
Michael Howell aff497f17f Use a separate loop to drive the check for code clusters
By using a separate loop, I can just skip nodes that I don't want
to process twice, instead of having to hand-build a state machine
with an enum.
2025-02-10 14:43:03 -07:00
..
2025-01-13 16:55:42 +01:00

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