rust/clippy_lints
bluthej 32aa07f832 Fix false negative for Strings
`String` is not a diagnostic item and was thus not picked up by
`is_type_diagnostic_item`, leading to a false negative for
`collection_is_never_read`
2023-04-09 13:25:50 +02:00
..
2023-04-09 13:25:50 +02:00

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