Fix switch-stdout test for none unix/windows platforms

This commit is contained in:
Raoul Strackx 2023-07-28 13:53:28 +02:00
parent aafd75a9c5
commit 9454916c84

View file

@ -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};