David Tolnay 284dec5328
Remove extra trailing newline from debug representation
The termination impl for Result inserts a trailing newline automatically:
https://github.com/rust-lang/rust/blob/1.39.0/src/libstd/process.rs#L1640
So if we print one too, there ends up being a needless blank line in the
output.
2019-11-22 18:57:56 -08:00
..
2019-10-08 11:14:35 -07:00
2019-11-17 14:49:16 -08:00
2019-10-08 11:14:35 -07:00
2019-11-18 11:42:11 -08:00