about summary refs log tree commit diff
path: root/src/test/pretty/struct-tuple.rs
AgeCommit message (Collapse)AuthorLines
2013-03-02Fix some struct-tuple def prettyprint issuesSeth Pink-0/+10
- 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