Strip all leading/trailing newlines

This commit is contained in:
Tamir Duberstein
2015-03-14 16:29:28 -07:00
parent 95018eec69
commit d51047ded0
383 changed files with 5 additions and 413 deletions

View File

@@ -14,4 +14,3 @@ fn main() {
TraitNotAStruct{ value: 0 };
//~^ ERROR: use of trait `TraitNotAStruct` as a struct constructor [E0159]
}