Replace the tracking issue for the slice_group_by feature
This commit is contained in:
parent
a2d55d70c4
commit
8b53be6604
3 changed files with 16 additions and 16 deletions
|
@ -110,7 +110,7 @@ pub use core::slice::{Chunks, Windows};
|
|||
pub use core::slice::{ChunksExact, ChunksExactMut};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use core::slice::{ChunksMut, Split, SplitMut};
|
||||
#[unstable(feature = "slice_group_by", issue = "none")]
|
||||
#[unstable(feature = "slice_group_by", issue = "80552")]
|
||||
pub use core::slice::{GroupBy, GroupByMut};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use core::slice::{Iter, IterMut};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue