uucore: compile on Windows again

This commit is contained in:
Arcterus
2016-11-30 03:51:49 -08:00
parent 4d94412984
commit dd2a39ade6
-1
View File
@@ -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> {