Skip to content

Commit 054f8e6

Browse files
committed
Import the GroupBy and GroupByMut in the slice module
1 parent ba1df44 commit 054f8e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/slice/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ pub use iter::{ArrayChunks, ArrayChunksMut};
5757
#[unstable(feature = "array_windows", issue = "75027")]
5858
pub use iter::ArrayWindows;
5959

60+
#[unstable(feature = "slice_group_by", issue = "none")]
61+
pub use iter::{GroupBy, GroupByMut};
62+
6063
#[unstable(feature = "split_inclusive", issue = "72360")]
6164
pub use iter::{SplitInclusive, SplitInclusiveMut};
6265

0 commit comments

Comments
 (0)