]> git.lizzy.rs Git - rust.git/commit
auto merge of #4925 : cpeterso/rust/docs-impl-trait-for-type, r=pcwalton
authorbors <bors@rust-lang.org>
Thu, 14 Feb 2013 18:22:34 +0000 (10:22 -0800)
committerbors <bors@rust-lang.org>
Thu, 14 Feb 2013 18:22:34 +0000 (10:22 -0800)
commit36edd256397d250ce35204ba1a0954609c25a20a
treeff38d4fc10444058bb6ef0c6353d070929923593
parentf06f68d634c0eb49dd5de851544898a689057eff
parent5a4695d407b63faae33c37499dc3c9bac43dfaf8
auto merge of #4925 : cpeterso/rust/docs-impl-trait-for-type, r=pcwalton

Replace `impl Type: Trait` with `impl Trait for Type` throughout tutorial and manual.