-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add Vec::dedup_by and Vec::dedup_by_key #36743
Conversation
test_dedup_shared has been exactly the same as test_dedup_unique since 6f16df4, three years ago.
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aturon (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
In the spirit of #35856. (Separate commits show smaller diffs.) |
Seems like a reasonable addition to me! cc @rust-lang/libs |
I'm 👍 on this addition. |
@rfcbot fcp merge |
FCP proposed with disposition to merge. Review requested from: No concerns currently listed. |
Also we'll need to be sure to add a tracking issue for these, but I'm fine with that happening just before merge |
I’ll open a tracking issue and edit the PR to reference it when (if) this addition is accepted. |
@SimonSapin ok, want to update with an unstable issue reference? I'll r+ after |
The show up separately in rustdoc. This is a separate commit to keep the previous one’s diff shorter.
Done: #37087. |
@bors: r+ |
📌 Commit 401f1c4 has been approved by |
Add Vec::dedup_by and Vec::dedup_by_key
💔 Test failed - auto-win-msvc-64-cargotest |
Is this an intermittent failure? |
@bors: retry |
Add Vec::dedup_by and Vec::dedup_by_key
💔 Test failed - auto-linux-cross-opt |
@bors retry |
⌛ Testing commit 401f1c4 with merge 3ab1839... |
💔 Test failed - auto-linux-cross-opt |
@bors: retry |
Add Vec::dedup_by and Vec::dedup_by_key
All relevant subteam members have reviewed. No concerns remain. |
It has been one week since all blocks to the FCP were resolved. |
No description provided.