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
make ItemSliceSync::get_mut() check that the index is in range
This removes some of the unsafety from
ItemSliceSync::get_mut(). There's still the unsafety that the caller
needs to make sure a single index is not used concurrently.
0 commit comments