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.
This commit is contained in:
commit
6828d2e018
Instead use &mut everywhere as much as possible and then reorganize lots of code to get past the borrow checker.