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'm in the process of IntoIter-ifying the collections, and I've discovered that the VecMap::into_iter takes a &mut self instead of the convention of into_* consuming the value. It's also marked stable, even though the type itself is marked unstable. Should this instead be a candidate for the drain method discussed in the collection reform trait?