mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 18:56:33 +00:00
Mark `get_mut` and `set_position` in `std::io::Cursor` as const. Relevant tracking issue: #130801 The methods `get_mut` and `set_position` can trivially be marked as const due to #57349 being stabilised.