Commit 71ce3c2
authored
Rollup merge of rust-lang#120577 - wutchzone:slice_split_at_unchecked, r=m-ou-se
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 rust-lang#760142 files changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | 192 | | |
194 | 193 | | |
195 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1944 | 1944 | | |
1945 | 1945 | | |
1946 | 1946 | | |
1947 | | - | |
1948 | | - | |
1949 | 1947 | | |
1950 | 1948 | | |
1951 | 1949 | | |
| |||
1966 | 1964 | | |
1967 | 1965 | | |
1968 | 1966 | | |
1969 | | - | |
| 1967 | + | |
1970 | 1968 | | |
1971 | 1969 | | |
1972 | 1970 | | |
| |||
2008 | 2006 | | |
2009 | 2007 | | |
2010 | 2008 | | |
2011 | | - | |
2012 | | - | |
2013 | 2009 | | |
2014 | 2010 | | |
2015 | 2011 | | |
| |||
2021 | 2017 | | |
2022 | 2018 | | |
2023 | 2019 | | |
2024 | | - | |
| 2020 | + | |
2025 | 2021 | | |
2026 | 2022 | | |
2027 | 2023 | | |
| |||
0 commit comments