We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1d7676 + 93d347d commit 8722cdfCopy full SHA for 8722cdf
library/std/src/io/pipe/tests.rs
@@ -1,7 +1,7 @@
1
use crate::io::{Read, Write, pipe};
2
3
#[test]
4
-#[cfg(all(windows, unix, not(miri)))]
+#[cfg(all(any(unix, windows), not(miri)))]
5
fn pipe_creation_clone_and_rw() {
6
let (rx, tx) = pipe().unwrap();
7
0 commit comments