Skip to content

Commit

Permalink
Import the GroupBy and GroupByMut in the slice module
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Dec 10, 2020
1 parent 1b406af commit 0ebf8e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/core/src/slice/mod.rs
Expand Up @@ -57,6 +57,9 @@ pub use iter::{ArrayChunks, ArrayChunksMut};
#[unstable(feature = "array_windows", issue = "75027")]
pub use iter::ArrayWindows;

#[unstable(feature = "slice_group_by", issue = "none")]
pub use iter::{GroupBy, GroupByMut};

#[unstable(feature = "split_inclusive", issue = "72360")]
pub use iter::{SplitInclusive, SplitInclusiveMut};

Expand Down

0 comments on commit 0ebf8e1

Please sign in to comment.