We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be05ab8 commit 3d0802fCopy full SHA for 3d0802f
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