]> git.lizzy.rs Git - rust.git/commit
auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphism
authorbors <bors@rust-lang.org>
Sat, 2 Mar 2013 11:06:38 +0000 (03:06 -0800)
committerbors <bors@rust-lang.org>
Sat, 2 Mar 2013 11:06:38 +0000 (03:06 -0800)
commitd3b94f6f341e935910aff59ea187af7b34055be8
tree4ebc50df64b0587a2b2216e8a4e7f8154f08924d
parent2f901126d4c2c19334842e539561b15e7e74159d
parentdcd2f735606ea952425760edce2ac55a32850341
auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphism

- Removed space between struct name and parentheses
- Fixed indentation of the rest of the file (missing end)
- Don't print parentheses for structs with no fields
- Added test