rust/clippy_lints
Florian Brucker fe35e08e9f 8733: Suggest str.lines when splitting at hard-coded newlines
Adds a new `splitting_strings_at_newlines` lint that suggests to use
`str.lines` instead of splitting a trimmed string at hard-coded
newlines.
2023-12-31 13:30:36 +01:00
..
2023-12-28 19:21:01 +01:00

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