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.
switch-stdout.rs
1 parent e60aff6 commit e903574Copy full SHA for e903574
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