mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
stat: remove unused import
This commit is contained in:
parent
0e3d3f780b
commit
b2b3512749
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use uucore::fsext::{
|
|||
pretty_filetype, pretty_fstype, pretty_time, read_fs_list, statfs, BirthTime, FsMeta,
|
||||
};
|
||||
use uucore::libc::mode_t;
|
||||
use uucore::{entries, format_usage, has, show_error, show_warning};
|
||||
use uucore::{entries, format_usage, show_error, show_warning};
|
||||
|
||||
use clap::{crate_version, Arg, ArgAction, ArgMatches, Command};
|
||||
use std::borrow::Cow;
|
||||
|
|
Loading…
Reference in a new issue