Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Dec 28, 2017
1 parent 682cdbe commit e4d493f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/smoke.rs
Expand Up @@ -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)
}
Expand Down

0 comments on commit e4d493f

Please sign in to comment.