mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
0fdb371d5a
Clarify handling of final line ending in str::lines() I found the description as it stands a bit confusing. I've added a bit more explanation to make it clear that a trailing line ending does not produce a final empty line.