Skip to content

Commit 41444be

Browse files
nwoods-cimpressnealsid
authored andcommitted
Changing #[stable] tag
1 parent 1428437 commit 41444be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/slice/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3376,7 +3376,7 @@ where
33763376
#[stable(feature = "slice_group_by", since = "1.77.0")]
33773377
impl<'a, T: 'a, P> FusedIterator for ChunkBy<'a, T, P> where P: FnMut(&T, &T) -> bool {}
33783378

3379-
#[stable(feature = "slice_group_by", since = "1.77.0")]
3379+
#[stable(feature = "slice_group_by_clone", since = "CURRENT_RUSTC_VERSION")]
33803380
impl<'a, T: 'a, P: Clone> Clone for ChunkBy<'a, T, P> {
33813381
fn clone(&self) -> Self {
33823382
Self { slice: self.slice, predicate: self.predicate.clone() }

0 commit comments

Comments
 (0)