mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
fe35e08e9f
Adds a new `splitting_strings_at_newlines` lint that suggests to use `str.lines` instead of splitting a trimmed string at hard-coded newlines.