mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-20 11:46:15 +00:00
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`