From dd2a39ade69e797a8cd549d89d1e1056e0dfbba0 Mon Sep 17 00:00:00 2001 From: Arcterus Date: Wed, 30 Nov 2016 03:51:49 -0800 Subject: [PATCH] uucore: compile on Windows again --- fs.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/fs.rs b/fs.rs index 6c16c71..6cc0d58 100644 --- a/fs.rs +++ b/fs.rs @@ -14,7 +14,6 @@ use std::fs; use std::io::{Error, ErrorKind}; use std::io::Result as IOResult; use std::path::{Component, Path, PathBuf}; -#[cfg(unix)] use std::borrow::Cow; pub fn resolve_relative_path<'a>(path: &'a Path) -> Cow<'a, Path> {