From 8a22259eba420dc0c9a48d6198d50b910c3d6176 Mon Sep 17 00:00:00 2001 From: veeso Date: Sun, 14 Mar 2021 16:49:36 +0100 Subject: [PATCH] Fixed tests on windows --- src/host/mod.rs | 2 -- 1 file changed, 2 deletions(-) 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"))]