Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 864a28e

Browse files
committed
Re-export ArrayChunksMut in alloc
1 parent b9fd673 commit 864a28e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/alloc/src/slice.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ use crate::vec::Vec;
9393

9494
#[unstable(feature = "array_chunks", issue = "74985")]
9595
pub use core::slice::ArrayChunks;
96+
#[unstable(feature = "array_chunks", issue = "74985")]
97+
pub use core::slice::ArrayChunksMut;
9698
#[stable(feature = "slice_get_slice", since = "1.28.0")]
9799
pub use core::slice::SliceIndex;
98100
#[stable(feature = "from_ref", since = "1.28.0")]

0 commit comments

Comments
 (0)