mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-29 14:05:28 +00:00

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.