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 aba3136 commit b7163d4Copy full SHA for b7163d4
src/lib.rs
@@ -388,7 +388,7 @@ fn check_status(status: ExitStatus) -> io::Result<ExitStatus> {
388
if status.success() {
389
Ok(status)
390
} else {
391
- Err(io::Error::new(io::ErrorKind::Other, format!("Process exited with with status {}", status)))
+ Err(io::Error::other(format!("Process exited with with status {}", status)))
392
}
393
394
0 commit comments