rust/clippy_lints
flip1995 214fba7ed4
Prevent infinite (exponential) recursion in only_used_in_recursion
This simplifies the visitor code a bit and prevents checking expressions
multiple times. I still think this lint should be removed for now,
because its code isn't really tested.
2022-04-12 15:27:28 +02:00
..
2022-04-07 16:24:33 +01:00

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