mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-14 02:34:31 +00:00
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.