]> git.lizzy.rs Git - rust.git/commitdiff
rollup merge of #22460: ArtemGr/patch-1
authorAlex Crichton <alex@alexcrichton.com>
Tue, 17 Feb 2015 23:16:25 +0000 (15:16 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 18 Feb 2015 01:27:01 +0000 (17:27 -0800)
An "immutable reference-counted pointer" is confusing, one might think that the `Rc` itself is immutable which isn't the case.
cf. http://www.reddit.com/r/rust/comments/2w75wr/how_do_i_read_immutable_vector_inside_a_spawned/coo6mm2


Trivial merge