Skip to content

Commit fad27aa

Browse files
committed
Add missing stabilized slice chunk methods
1 parent bf9a5d4 commit fad27aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ Stabilized APIs
6464
- [`proc_macro::Span::end`](https://doc.rust-lang.org/stable/proc_macro/struct.Span.html#method.end)
6565
- [`proc_macro::Span::file`](https://doc.rust-lang.org/stable/proc_macro/struct.Span.html#method.file)
6666
- [`proc_macro::Span::local_file`](https://doc.rust-lang.org/stable/proc_macro/struct.Span.html#method.local_file)
67+
- [`[T]::as_chunks`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.as_chunks)
68+
- [`[T]::as_rchunks`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.as_rchunks)
69+
- [`[T]::as_chunks_unchecked`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.as_chunks_unchecked)
70+
- [`[T]::as_chunks_mut`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.as_chunks_mut)
71+
- [`[T]::as_rchunks_mut`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.as_rchunks_mut)
72+
- [`[T]::as_chunks_unchecked_mut`](https://doc.rust-lang.org/stable/std/primitive.slice.html#method.as_chunks_unchecked_mut)
6773

6874
These previously stable APIs are now stable in const contexts:
6975

0 commit comments

Comments
 (0)