mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 08:46:45 +00:00
Stabilize slice_split_at_unchecked Greetings! I took the opportunity, and I tried to stabilize the `slice_split_at_unchecked` feature. I followed the guidelines, and I hope everything was done correctly 🤞 . Closes #76014