stat: remove unused import

This commit is contained in:
Miles Liu 2022-11-19 17:37:59 +08:00
parent 0e3d3f780b
commit b2b3512749
No known key found for this signature in database
GPG key ID: 4DB9B32F9B24A7A9

View file

@ -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;