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.
1 parent 9378504 commit c11eba2Copy full SHA for c11eba2
std/tests/switch-stdout.rs
@@ -1,4 +1,4 @@
1
-#[cfg(any(target_family = "unix", target_family = "windows"))]
+#![cfg(any(target_family = "unix", target_family = "windows"))]
2
3
use std::fs::File;
4
use std::io::{Read, Write};
0 commit comments