We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafd75a commit 9454916Copy full SHA for 9454916
library/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