Uh oh!
There was an error while loading. Please reload this page.
docs improvement std::sync::{PoisonError, TryLockError} - #44797
Conversation
rust-highfive
commented
Sep 23, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @steveklabnik (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. |
frewsxcv
commented
Sep 24, 2017
this looks great, thanks! @bors r+ rollup |
bors
commented
Sep 24, 2017
📌 Commit 99c0c52 has been approved by |
lorepozo
commented
Sep 25, 2017
Whoops, I force-pushed to my branch to work on other changes before this was merged in (so GitHub automatically closed this PR). I assume bors will still include the commit in the next rollup anyway? @frewsxcv |
arielb1
commented
Sep 26, 2017
I think you're still in the bors queue. |
docs improvement std::sync::{PoisonError, TryLockError}
Addresses the `PoisonError` and `TryLockError` parts of rust-lang#29377.
Adds examples and links.
r? @steveklabnikbors
commented
Sep 30, 2017
☔ The latest upstream changes (presumably #44936) made this pull request unmergeable. Please resolve the merge conflicts. |
Mark-Simulacrum
commented
Sep 30, 2017
Merged in #44936. |
Addresses the
PoisonErrorandTryLockErrorparts of #29377.Adds examples and links.
r? @steveklabnik