Thanks to visit codestin.com Credit goes to github.com
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.
2 parents f8d103d + 93d347d commit da7980bCopy full SHA for da7980b
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