From: Corey Farwell Date: Thu, 13 Apr 2017 17:04:16 +0000 (-0400) Subject: Rollup merge of #41266 - projektir:weak_docs_rc, r=alexcrichton X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=6afb2c48d94255d73532f8b9d0dd028bf2112c12;p=rust.git Rollup merge of #41266 - projektir:weak_docs_rc, r=alexcrichton 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 --- 6afb2c48d94255d73532f8b9d0dd028bf2112c12