You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
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.)
0 commit comments