core: Update stability attributes for FusedIterator
This commit is contained in:
parent
bc651cac8d
commit
c7c23fe948
24 changed files with 108 additions and 111 deletions
|
@ -2254,5 +2254,5 @@ impl<'a> DoubleEndedIterator for Drain<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "fused", since = "1.25.0")]
|
||||
#[stable(feature = "fused", since = "1.26.0")]
|
||||
impl<'a> FusedIterator for Drain<'a> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue