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 6a9f97a commit 2a79f38Copy full SHA for 2a79f38
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