]> git.lizzy.rs Git - rust.git/commit
auto merge of #10589 : thestinger/rust/doc, r=pcwalton
authorbors <bors@rust-lang.org>
Fri, 22 Nov 2013 00:06:32 +0000 (16:06 -0800)
committerbors <bors@rust-lang.org>
Fri, 22 Nov 2013 00:06:32 +0000 (16:06 -0800)
commit6143400aaac2239feb979deebe9777f6edccce1a
treec51f46882b12daede99b20dc79fa71cb634047f5
parent76d484805074dba56dc544db15702ee542cd0711
parentc06ce4c9bf2ce649dafaa695b2d0078d75676c71
auto merge of #10589 : thestinger/rust/doc, r=pcwalton

This replaces the old section on managed pointers because the syntax is
going to be removed and it's currently feature gated so the examples
don't work out-of-the-box. Dynamic mutability coverage can be added
after the `Mut<T>` work has landed.