]> git.lizzy.rs Git - rust.git/commit
auto merge of #9556 : alexcrichton/rust/less-at-mut, r=luqmana
authorbors <bors@rust-lang.org>
Sat, 28 Sep 2013 00:56:06 +0000 (17:56 -0700)
committerbors <bors@rust-lang.org>
Sat, 28 Sep 2013 00:56:06 +0000 (17:56 -0700)
commit6828d2e01860593a687f36397eb38dc338f092a9
treee29d1c577c4f4613ae30d39bc96f6f4521f31e0d
parentcde44ea2885ceac0f4589387ecc8bfd566ac675c
parent5fe09563ac2cac4e31f902cdfcf98e445d9e61c1
auto merge of #9556 : alexcrichton/rust/less-at-mut, r=luqmana

Instead use &mut everywhere as much as possible and then reorganize lots of code
to get past the borrow checker.