mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
5fa33047a2
Clarify EOF handling for `BufRead::skip_until` This aligns `BufRead::skip_until`'s description more with `BufRead::read_until` in terms of how it handles EOF and extends the doctest to include this behavior.