mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-29 16:13:40 +00:00
Fix switch-stdout test for none unix/windows platforms
This commit is contained in:
parent
aafd75a9c5
commit
9454916c84
@ -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…
Reference in New Issue
Block a user