mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Merge pull request #4161 from miles170/stat-remove-unused-import
stat: remove unused import
This commit is contained in:
commit
38e810a122
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…
Add table
Add a link
Reference in a new issue