Make Unix or Windows mandatory for the switch-stdout.rs
test
This commit is contained in:
parent
2f093c67ea
commit
4227c0a406
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#[cfg(any(target_family = "unix", target_family = "windows"))]
|
||||
|
||||
use std::fs::File;
|
||||
use std::io::{Read, Write};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue