Use none as the issue instead of 0
This commit is contained in:
parent
005912fce8
commit
1b406afe23
3 changed files with 12 additions and 12 deletions
|
@ -118,7 +118,7 @@ pub use core::slice::{RChunks, RChunksExact, RChunksExactMut, RChunksMut};
|
|||
pub use core::slice::{RSplit, RSplitMut};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use core::slice::{RSplitN, RSplitNMut, SplitN, SplitNMut};
|
||||
#[unstable(feature = "slice_group_by", issue = "0")]
|
||||
#[unstable(feature = "slice_group_by", issue = "none")]
|
||||
pub use core::slice::{GroupBy, GroupByMut};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue