]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #12313 : bjz/rust/tuple, r=huonw
authorbors <bors@rust-lang.org>
Sun, 16 Feb 2014 15:11:34 +0000 (07:11 -0800)
committerbors <bors@rust-lang.org>
Sun, 16 Feb 2014 15:11:34 +0000 (07:11 -0800)
This renames the `n*` and `n*_ref` tuple getters to `val*` and `ref*` respectively, and adds `mut*` getters. It also removes the `CloneableTuple` and `ImmutableTuple` traits.


Trivial merge