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
Fixed smallvec ToBoundedStatic, IntoBoundedStatic to process elements inside.
Now there's one drawback that in some case SmallVec<A> won't be
supported where A is still smallvec::Array but isn't [T; N]. However, it
should be OK in reality, given smallvec itself is going to be SmallVec<T, N>
instead of SmallVec<[T; N]> with removing this.
Context: servo/rust-smallvec#183
0 commit comments