Fix switch-stdout test for none unix/windows platforms
This commit is contained in:
parent
aafd75a9c5
commit
9454916c84
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#[cfg(any(target_family = "unix", target_family = "windows"))]
|
||||
#![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