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 06567ad commit 9738a07Copy full SHA for 9738a07
library/std/src/sys/unix/process/process_unsupported/wait_status.rs
@@ -84,8 +84,8 @@ impl ExitStatus {
84
#[cfg(all(test, target_os = "linux"))]
85
mod compare_with_linux {
86
use super::ExitStatus as Emulated;
87
- use crate::process::ExitStatus as Real;
88
use crate::os::unix::process::ExitStatusExt as _;
+ use crate::process::ExitStatus as Real;
89
90
#[test]
91
fn compare() {
0 commit comments