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
Use ArrayVec::push_many_from_slice to make code safer
We were ignoring potential (even though it shouldn't happen) failure.
The new way however is correct by construction.
The `ArrayVec` method is from bluss/arrayvec#237
0 commit comments