From e4d493fdc4e192f3a98f0381a674754880e3561e Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 28 Dec 2017 01:28:40 +0100 Subject: [PATCH] fix windows --- tests/smoke.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/smoke.rs b/tests/smoke.rs index 060d855..9ccb8f0 100644 --- a/tests/smoke.rs +++ b/tests/smoke.rs @@ -307,7 +307,6 @@ impl HProject { } /// Adds a `Xargo.toml` to the project - #[cfg(not(windows))] fn xargo_toml(&self, toml: &str) -> Result<()> { write(&self.td.path().join("Xargo.toml"), false, toml) }