Commit 31a3117
committed
Fix bounds of
`FlatZipMap` does not behave as a fused iterator when the outer iterator
is not fused.
This is arguably a semver breaking change, but `FlatZipMap` cannot be
constructed with user-provided types and is `#[doc(hidden)]`.
Also changed the `Clone` bounds to use associated type bound syntax.
This is within our MSRV of 1.80.0 because it was added in 1.79.0.impl FusedIterator for FlatZipMap.1 parent 0a0c196 commit 31a3117
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| |||
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
146 | | - | |
147 | | - | |
148 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
0 commit comments