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
I think it is not possible since we call next on the iterator that requires &mut. Plus I assume that underlying iterator will deallocate the memory, so we can close this issue=)
reference: #2092 (comment)
As per @xgreenx's comment, we should investigate if there is a clean way to return a slice of the key instead of an owned vec
The text was updated successfully, but these errors were encountered: