mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
01ac5a97c9
This stabilizes the functionality in slice_partition_at_index, but under the names `select_nth_unstable*`. The functions `partition_at_index*` are left as deprecated, to be removed in a later release. Closes #55300