rust/clippy_lints
Kartavya Vashishtha 9f3b6e9acd
don't emit AlwaysBreaks if it targets a block
Introduced an ignored_ids parameter.
Takes O(n^2) time in the worst case.

Can be changed to collect block ids in first phase,
and then filter with binary search in second.
2022-11-16 11:01:07 +05:30
..
2022-11-04 21:21:55 -07:00

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