-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement pop_equiv() for HashMap #11691
Conversation
LGTM, could you please squash these commits? |
This has a similar problem to #11074, and my concerns are in this comment: #11074 (comment) I think that we should make a decision on this before merging. |
I've added this to the next meeting agenda |
@alexcrichton was this discussed at the last meeting? |
Ah sorry, I forgot to comment on this afterwards. We didn't get around to talking about this, and we thought that specific library issues like this shouldn't need to wait for a meeting. I am personally still hesitant to merge due to my comment above. |
I agree on not merging it. There should be a better solution for this. I'd strongly suggest to use the |
Closing, I've opened #12135 on the equiv + hashmap topic. |
…entri3 Lint `flatten()` under `lines_filter_map_ok` Fixes rust-lang#11686 changelog: [`lines_filter_map_ok`]: Also lint calls to `flatten()`
No description provided.