]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #41266 - projektir:weak_docs_rc, r=alexcrichton
authorCorey Farwell <coreyf@rwell.org>
Thu, 13 Apr 2017 17:04:16 +0000 (13:04 -0400)
committerGitHub <noreply@github.com>
Thu, 13 Apr 2017 17:04:16 +0000 (13:04 -0400)
Updating docs for std::rc::Rc

The same changes as PR [#41240 ](https://github.com/rust-lang/rust/pull/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


Trivial merge