]> git.lizzy.rs Git - rust.git/commitdiff
Re-export ArrayChunksMut in alloc
authorJosh Stone <jistone@redhat.com>
Sat, 1 Aug 2020 18:48:34 +0000 (11:48 -0700)
committerJosh Stone <jistone@redhat.com>
Sat, 5 Sep 2020 02:51:29 +0000 (19:51 -0700)
library/alloc/src/slice.rs

index 8ea2c6dc859b274c4afa9764e777a7f488f68a77..677bfdd2349ec4c17f2a492a93408b0db0913cfa 100644 (file)
@@ -93,6 +93,8 @@
 
 #[unstable(feature = "array_chunks", issue = "74985")]
 pub use core::slice::ArrayChunks;
+#[unstable(feature = "array_chunks", issue = "74985")]
+pub use core::slice::ArrayChunksMut;
 #[stable(feature = "slice_get_slice", since = "1.28.0")]
 pub use core::slice::SliceIndex;
 #[stable(feature = "from_ref", since = "1.28.0")]