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
My guess is that this is just an oversight from some of the recent changes. I found these two lines in the source file for Vec, which seem to fit with the recent change to make Send opt-in:
But no such impl statement exists in the source file for RingBuf. Considering how similar the struct definitions are for these collections, I assume there's no reason it couldn't be implemented for RingBuf as well.