mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57:45 +00:00
Remove useless import of USimpleError
This commit is contained in:
parent
0e49913b84
commit
0525d9bf6a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ use file_diff::diff;
|
|||
use filetime::{set_file_times, FileTime};
|
||||
use uucore::backup_control::{self, BackupMode};
|
||||
use uucore::entries::{grp2gid, usr2uid};
|
||||
use uucore::error::{FromIo, UError, UIoError, UResult, USimpleError};
|
||||
use uucore::error::{FromIo, UError, UIoError, UResult};
|
||||
use uucore::mode::get_umask;
|
||||
use uucore::perms::{wrap_chown, Verbosity, VerbosityLevel};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue