From b2b35127491d0faef167d9c62c1672f94becb087 Mon Sep 17 00:00:00 2001 From: Miles Liu Date: Sat, 19 Nov 2022 17:37:59 +0800 Subject: [PATCH] stat: remove unused import --- src/uu/stat/src/stat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/stat/src/stat.rs b/src/uu/stat/src/stat.rs index e01a7e782..8fd9fecfa 100644 --- a/src/uu/stat/src/stat.rs +++ b/src/uu/stat/src/stat.rs @@ -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;