-
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
Rewrite, improve documentation for core::hash::BuildHasherDefault
.
#38334
Conversation
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. |
r? @rust-lang/docs cc @rust-lang/libs to make sure I'm using |
@bors: delegate=kmcallister |
✌️ @kmcallister can now approve this pull request |
LGTM |
You even added all urls. T_T What a great day! @bors: r+ rollup |
📌 Commit ce1fbad has been approved by |
…laumeGomez Rewrite, improve documentation for `core::hash::BuildHasherDefault`. Fixes rust-lang#31242.
…laumeGomez Rewrite, improve documentation for `core::hash::BuildHasherDefault`. Fixes rust-lang#31242.
⌛ Testing commit ce1fbad with merge 652b82e... |
💔 Test failed - auto-mac-64-opt-rustbuild |
@bors retry |
⌛ Testing commit ce1fbad with merge d10ae8d... |
💔 Test failed - auto-mac-64-opt |
@bors: retry |
There is a failing doctest from this PR in the rollup #38407. Looks like there are some spelling issues. |
@bors r- |
ce1fbad
to
17eac5d
Compare
📌 Commit 17eac5d has been approved by |
⌛ Testing commit 17eac5d with merge 953b687... |
💔 Test failed - auto-mac-64-opt-rustbuild |
@bors: retry
…On Fri, Dec 16, 2016 at 8:04 AM, bors ***@***.***> wrote:
💔 Test failed - auto-mac-64-opt-rustbuild
<https://buildbot.rust-lang.org/builders/auto-mac-64-opt-rustbuild/builds/3279>
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<#38334 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95BkRgybDREqXI2z49KojW5cmkWvzks5rIraAgaJpZM4LLQVO>
.
|
17eac5d
to
d409fc3
Compare
Travis found another typo. @bors r=GuillaumeGomez |
📌 Commit d409fc3 has been approved by |
…laumeGomez Rewrite, improve documentation for `core::hash::BuildHasherDefault`. Fixes rust-lang#31242.
…laumeGomez Rewrite, improve documentation for `core::hash::BuildHasherDefault`. Fixes rust-lang#31242.
Fixes #31242.