rust/library/core/tests/io
Benoît du Garreau 0a42a540c6 Make io::BorrowedCursor::advance safe
This also keeps the old `advance` method under `advance_unchecked` name.

This makes pattern like `std::io::default_read_buf` safe to write.
2024-02-07 16:46:28 +01:00
..
borrowed_buf.rs Make io::BorrowedCursor::advance safe 2024-02-07 16:46:28 +01:00
mod.rs