mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +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…
Add table
Add a link
Reference in a new issue