]> git.lizzy.rs Git - rust.git/commit
auto merge of #9493 : huonw/rust/move-tuples, r=thestinger
authorbors <bors@rust-lang.org>
Wed, 25 Sep 2013 18:26:07 +0000 (11:26 -0700)
committerbors <bors@rust-lang.org>
Wed, 25 Sep 2013 18:26:07 +0000 (11:26 -0700)
commit0186473bd2ec34a56496c7b513ee380cbf30a6a3
treee9c542a5c36170946781a77a2f383bd773e46b9e
parentb6f74e696f790c18f6a2f720529a6c93514a8da2
parent04ca6dcd84d7c5c24ff7bb9b74233fbbae5dd53d
auto merge of #9493 : huonw/rust/move-tuples, r=thestinger

The old behaviour of `foo.n0()` is replaced by `foo.n0_ref().clone()`.