diff options
| author | Clément Renault <clement@meilisearch.com> | 2020-12-31 12:13:03 +0100 |
|---|---|---|
| committer | Clément Renault <clement@meilisearch.com> | 2020-12-31 12:13:03 +0100 |
| commit | 8b53be660444d736bb6a6e1c6ba42c8180c968e7 (patch) | |
| tree | b853cfc49b851400718d4ad6970a2af320e620b8 /library/alloc | |
| parent | a2d55d70c4c6ef24e114a48864c9483ed92687f7 (diff) | |
| download | rust-8b53be660444d736bb6a6e1c6ba42c8180c968e7.tar.gz rust-8b53be660444d736bb6a6e1c6ba42c8180c968e7.zip | |
Replace the tracking issue for the slice_group_by feature
Diffstat (limited to 'library/alloc')
| -rw-r--r-- | library/alloc/src/slice.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/slice.rs b/library/alloc/src/slice.rs index 72da781da3c..cb015b94930 100644 --- a/library/alloc/src/slice.rs +++ b/library/alloc/src/slice.rs @@ -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}; |
