rust/clippy_lints
Michael Wright 2a1a80d80c needless_late_init refactoring
Simplify the creation of suggestions by using `flat_map` instead of
`chain`. Note that the order of the suggestions is not important.
2022-06-05 07:30:59 +02:00
..
2022-06-05 07:30:59 +02:00

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