Uh oh!
There was an error while loading. Please reload this page.
Update comment in Vec::dedup_by - #37215
Conversation
rust-highfive
commented
Oct 16, 2016
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @sfackler (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. |
sfackler
commented
Oct 16, 2016
@bors r+ rollup Thanks! |
bors
commented
Oct 16, 2016
📌 Commit 187ddf3 has been approved by |
bors
commented
Oct 16, 2016
⌛ Testing commit 187ddf3 with merge 07fd313... |
bors
commented
Oct 16, 2016
💔 Test failed - auto-mac-64-opt-rustbuild |
alexcrichton
commented
Oct 16, 2016
@bors: retry On Sun, Oct 16, 2016 at 9:51 AM, bors notifications@github.com wrote:
|
Update comment in Vec::dedup_by It's a tiny thing, but I came across this comment which previously was in `dedup` and wasn't updated when `dedup_by` was introduced.
It's a tiny thing, but I came across this comment which previously was in
dedupand wasn't updated whendedup_bywas introduced.