unstabilize FusedIterator for Flatten since Flatten is unstable
This commit is contained in:
parent
ff2d506c2c
commit
6fbdaf4209
1 changed files with 1 additions and 1 deletions
|
@ -2605,7 +2605,7 @@ impl<I, U> DoubleEndedIterator for Flatten<I>
|
|||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "fused", since = "1.26.0")]
|
||||
#[unstable(feature = "iterator_flatten", issue = "48213")]
|
||||
impl<I, U> FusedIterator for Flatten<I>
|
||||
where I: FusedIterator, U: Iterator,
|
||||
I::Item: IntoIterator<IntoIter = U, Item = U::Item> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue