]> git.lizzy.rs Git - rust.git/commit
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)
commit0ba6d4885fc71ca7156e1fe689edb939e1d9d418
tree157894361cfedb2ef3cd231a6b7b2d144a5db8dd
parent6fe775e2b5eaa77dd49c1d9a234c67d52e5f9087
parentf450b2b379794ba9f367f9dadbd2d70913da8560
auto merge of #12313 : bjz/rust/tuple, r=huonw

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.