Commit e661a4c
committed
Fix
It's implemented for `std::array::IntoIter<T, N>` but that impl is never
used. This commit changes it to an impl for `[T; N]` which does get used
in various `alloc_from_iter([a, b])` call sites.
(Note: I used logging to confirm that the old impl was never used and
that the new one is used.)IterExt for arrays.1 parent 15efbaf commit e661a4c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments