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
clippy currently suggests to use HashMap::values. Since there is no HashMap::values_mut, there's no way to replicate this same functionality with a method, so it shouldn't be suggested.