We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
switch-stdout.rs
1 parent 2f093c6 commit 4227c0aCopy full SHA for 4227c0a
library/std/tests/switch-stdout.rs
@@ -1,3 +1,5 @@
1
+#[cfg(any(target_family = "unix", target_family = "windows"))]
2
+
3
use std::fs::File;
4
use std::io::{Read, Write};
5
0 commit comments