mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
ec40181913
Stabilize slice_partition_at_index This stabilizes slice_partition_at_index, including renaming `partition_at_index*` -> `select_nth_unstable*`. Closes #55300 r? `@Amanieu`