Skip to content
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

Updating docs for std::sync::Weak #29377 #41240

Merged
merged 1 commit into from
Apr 13, 2017
Merged

Updating docs for std::sync::Weak #29377 #41240

merged 1 commit into from
Apr 13, 2017

Conversation

projektir
Copy link
Contributor

I will duplicate these changes for std::rc::Weak if they are approved.

r? @jonathandturner

@sophiajt
Copy link
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
Copy link
Member

eddyb commented Apr 12, 2017

Well, cc @rust-lang/libs @rust-lang/docs

@alexcrichton
Copy link
Member

@bors: r+

Thanks @projektir!

@bors
Copy link
Contributor

bors commented Apr 12, 2017

📌 Commit 13c818f has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Apr 13, 2017

⌛ Testing commit 13c818f with merge 5f46df7...

@bors
Copy link
Contributor

bors commented Apr 13, 2017

💔 Test failed - status-appveyor

@alexcrichton
Copy link
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
bors added a commit that referenced this pull request Apr 13, 2017
Rollup of 3 pull requests

- Successful merges: #41240, #41250, #41266
- Failed merges:
@bors bors merged commit 13c818f into rust-lang:master Apr 13, 2017
@projektir projektir deleted the weak_docs branch April 13, 2017 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants