mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
62da957c92
Fix `read_exact` and `read_buf_exact` for `&[u8]` and `io:Cursor` - Drain after `read_exact` and `read_buf_exact` - Append to cursor in `read_buf_exact`