We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f7f06 commit 1529b95Copy full SHA for 1529b95
src/exit.rs
@@ -79,7 +79,7 @@ pub fn report(result: ExitResult) -> crate::Code {
79
if let Some(msg) = err.msg {
80
// At this point, we might be exiting due to a broken pipe, just do our best and
81
// move on.
82
- let _ = writeln!(std::io::stderr(), "{}", msg);
+ let _ = writeln!(std::io::stderr(), "{msg}");
83
}
84
err.code
85
0 commit comments