Uh oh!
There was an error while loading. Please reload this page.
Updating docs for std::sync::Weak #29377 - #41240
Merged
Merged
Conversation
sophiajt
commented
Apr 12, 2017
Contributor
At first blush, it looks okay, but you may want to pick a reviewer who is familiar with the Weak stuff. Maybe @eddyb would know of someone. |
eddyb
commented
Apr 12, 2017
Contributor
Well, cc @rust-lang/libs @rust-lang/docs |
alexcrichton
commented
Apr 12, 2017
Member
@bors: r+ Thanks @projektir! |
bors
commented
Apr 12, 2017
Collaborator
📌 Commit 13c818f has been approved by |
bors
commented
Apr 13, 2017
Collaborator
⌛ Testing commit 13c818f with merge 5f46df7... |
bors
commented
Apr 13, 2017
Collaborator
💔 Test failed - status-appveyor |
alexcrichton
commented
Apr 13, 2017
Member
@bors: retry
|
frewsxcv added a commit
to frewsxcv/rust
that referenced
this pull request
Apr 13, 2017
Updating docs for std::sync::Weak rust-lang#29377 I will duplicate these changes for [`std::rc::Weak`] if they are approved. [`std::rc::Weak`]: https://doc.rust-lang.org/std/rc/struct.Weak.html r? @jonathandturner
frewsxcv added a commit
to frewsxcv/rust
that referenced
this pull request
Apr 13, 2017
Updating docs for std::rc::Rc The same changes as PR [rust-lang#41240 ](rust-lang#41240), but for [`std::rc::Weak`](https://doc.rust-lang.org/std/rc/struct.Weak.html). At least, as far as I am aware, the Weak pointer is the same for both, and they're basically the same, just one is thread-safe and the other is not. r? @alexcrichton
frewsxcv added a commit
to frewsxcv/rust
that referenced
this pull request
Apr 13, 2017
Updating docs for std::sync::Weak rust-lang#29377 I will duplicate these changes for [`std::rc::Weak`] if they are approved. [`std::rc::Weak`]: https://doc.rust-lang.org/std/rc/struct.Weak.html r? @jonathandturner
frewsxcv added a commit
to frewsxcv/rust
that referenced
this pull request
Apr 13, 2017
Updating docs for std::rc::Rc The same changes as PR [rust-lang#41240 ](rust-lang#41240), but for [`std::rc::Weak`](https://doc.rust-lang.org/std/rc/struct.Weak.html). At least, as far as I am aware, the Weak pointer is the same for both, and they're basically the same, just one is thread-safe and the other is not. r? @alexcrichton
frewsxcv added a commit
to frewsxcv/rust
that referenced
this pull request
Apr 13, 2017
Updating docs for std::sync::Weak rust-lang#29377 I will duplicate these changes for [`std::rc::Weak`] if they are approved. [`std::rc::Weak`]: https://doc.rust-lang.org/std/rc/struct.Weak.html r? @jonathandturner
frewsxcv added a commit
to frewsxcv/rust
that referenced
this pull request
Apr 13, 2017
Updating docs for std::rc::Rc The same changes as PR [rust-lang#41240 ](rust-lang#41240), but for [`std::rc::Weak`](https://doc.rust-lang.org/std/rc/struct.Weak.html). At least, as far as I am aware, the Weak pointer is the same for both, and they're basically the same, just one is thread-safe and the other is not. r? @alexcrichton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I will duplicate these changes for
std::rc::Weakif they are approved.r? @jonathandturner