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 `RawIterRange` instead of `SplitBuckets` as the correct way to
handle items in a raw table. The latter has been removed.
- Use `RawTable::into_alloc` to correctly handle dropping items and
deallocation of a raw table in the `IntoParIter` consuming iterator.
0 commit comments