]> git.lizzy.rs Git - rust.git/commit
auto merge of #8905 : sstewartgallus/rust/cleanup_tests, r=bblum
authorbors <bors@rust-lang.org>
Sat, 31 Aug 2013 19:40:40 +0000 (12:40 -0700)
committerbors <bors@rust-lang.org>
Sat, 31 Aug 2013 19:40:40 +0000 (12:40 -0700)
commitc8db9e2638924edcbc00e31dddaf64cd2c1b560f
tree8e73a7f092e94ea5423942a548d0e8dce2a73792
parentbb35e23f1ca63eba4a3ea25ecdf68a393871ed18
parente2f2a601e85c5897af3e6fd128125832b4328c6c
auto merge of #8905 : sstewartgallus/rust/cleanup_tests, r=bblum

In this commit I:
- removed unneeded heap allocations
- added extra whitespace to crowded expressions
- and removed unneeded syntax

Also, CC @bblum although this change is fairly unobjectionable.