diff --git a/src/subcommand.rs b/src/subcommand.rs index fbb5cb0ba8..d401cfb0ae 100644 --- a/src/subcommand.rs +++ b/src/subcommand.rs @@ -181,7 +181,7 @@ impl Subcommand { } fn changelog() { - print!("{}", include_str!("../CHANGELOG.md")); + write!(io::stdout(), "{}", include_str!("../CHANGELOG.md")).ok(); } fn choose<'src>(