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 trying to use ordermap to fix the non-determinism in rustbuild in a useful (order-preserving) way, and I had to replace .values() with .iter().map(|(_, r)| r) - it's close, but not a drop-in replacement.