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
Rollup merge of #75015 - Amanieu:vec_spare, r=sfackler
Add Vec::spare_capacity_mut
Returns the remaining spare capacity of the vector as a slice of `MaybeUninit<T>`.
As suggested by @sfackler in #70967 (comment).
r? @sfackler
0 commit comments