diff --git a/src/host/mod.rs b/src/host/mod.rs index 30a57ef..799c434 100644 --- a/src/host/mod.rs +++ b/src/host/mod.rs @@ -634,9 +634,7 @@ impl Localhost { mod tests { use super::*; - #[cfg(any(target_os = "unix", target_os = "macos", target_os = "linux"))] use std::fs::File; - #[cfg(any(target_os = "unix", target_os = "macos", target_os = "linux"))] use std::io::Write; #[cfg(any(target_os = "unix", target_os = "macos", target_os = "linux"))]