Make Unix or Windows mandatory for the switch-stdout.rs
test
This commit is contained in:
parent
2f093c67ea
commit
4227c0a406
@ -1,3 +1,5 @@
|
||||
#[cfg(any(target_family = "unix", target_family = "windows"))]
|
||||
|
||||
use std::fs::File;
|
||||
use std::io::{Read, Write};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user