Skip to content

Commit ba6918d

Browse files
koutembrubeck
authored andcommitted
Implement FusedIterator for IntoIter
1 parent 1b8a145 commit ba6918d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,6 +1559,7 @@ impl<A: Array> DoubleEndedIterator for IntoIter<A> {
15591559
}
15601560

15611561
impl<A: Array> ExactSizeIterator for IntoIter<A> {}
1562+
impl<A: Array> FusedIterator for IntoIter<A> {}
15621563

15631564
impl<A: Array> IntoIterator for SmallVec<A> {
15641565
type IntoIter = IntoIter<A>;

0 commit comments

Comments
 (0)