mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
uucore: compile on Windows again
This commit is contained in:
parent
f5fce8dadb
commit
dc6ba887ba
1 changed files with 0 additions and 1 deletions
|
@ -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> {
|
||||
|
|
Loading…
Reference in a new issue