mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
Only include is_symink for #[cfg(unix)]
This commit is contained in:
parent
df83d59b2d
commit
11bbf46647
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ use std::io;
|
|||
use std::path::Path;
|
||||
use uucore::display::Quotable;
|
||||
use uucore::error::{set_exit_code, strip_errno, UResult};
|
||||
|
||||
#[cfg(unix)]
|
||||
use uucore::fs::is_symlink;
|
||||
use uucore::{format_usage, util_name};
|
||||
|
||||
|
|
Loading…
Reference in a new issue