We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbe017 commit 64a9a9fCopy full SHA for 64a9a9f
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