mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
Cleanup
This commit is contained in:
@@ -87,7 +87,7 @@ fn run_process_inner(cmd: &str, echo: bool) -> Result<String> {
|
||||
}
|
||||
|
||||
if !output.status.success() {
|
||||
bail!("returned non-zero status: {}", output.status)
|
||||
bail!("{}", output.status)
|
||||
}
|
||||
|
||||
Ok(stdout)
|
||||
|
||||
Reference in New Issue
Block a user