core: Update stability attributes for FusedIterator
This commit is contained in:
parent
bc651cac8d
commit
c7c23fe948
24 changed files with 108 additions and 111 deletions
|
@ -2389,7 +2389,7 @@ impl<T> ExactSizeIterator for IntoIter<T> {
|
|||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "fused", since = "1.25.0")]
|
||||
#[stable(feature = "fused", since = "1.26.0")]
|
||||
impl<T> FusedIterator for IntoIter<T> {}
|
||||
|
||||
#[unstable(feature = "trusted_len", issue = "37572")]
|
||||
|
@ -2495,7 +2495,7 @@ impl<'a, T> ExactSizeIterator for Drain<'a, T> {
|
|||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "fused", since = "1.25.0")]
|
||||
#[stable(feature = "fused", since = "1.26.0")]
|
||||
impl<'a, T> FusedIterator for Drain<'a, T> {}
|
||||
|
||||
/// A place for insertion at the back of a `Vec`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue