rust/library
bors 5051904d66 Auto merge of #87870 - WaffleLapkin:pub_split_at_unchecked, r=dtolnay
Make `<[T]>::split_at_unchecked` and `<[T]>::split_at_mut_unchecked` public

The methods were originally added in https://github.com/rust-lang/rust/pull/75936 (30dc32b10e), but for some reason as private. Nevertheless, the methods have documentation and even a [tracking issue](https://github.com/rust-lang/rust/issues/76014).

It's very weird to have a tracking issue for private methods and these methods may be useful outside of the standard library. As such, this PR makes the methods public.
2021-10-03 13:41:52 +00:00
..
2021-09-15 20:32:35 +02:00
2021-09-28 11:31:47 +09:00
2021-09-28 11:31:47 +09:00
2021-10-02 19:38:19 -05:00
2021-09-21 11:24:08 +02:00
2021-09-28 11:31:47 +09:00