mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
Fix unused import: UError
This commit is contained in:
parent
da7c168f9d
commit
203e79d74b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use nix::sys::signal::{self, Signal};
|
|||
use nix::unistd::Pid;
|
||||
use std::io::Error;
|
||||
use uucore::display::Quotable;
|
||||
use uucore::error::{FromIo, UError, UResult, USimpleError};
|
||||
use uucore::error::{FromIo, UResult, USimpleError};
|
||||
use uucore::signals::{signal_by_name_or_value, ALL_SIGNALS};
|
||||
use uucore::{format_usage, help_about, help_usage, show};
|
||||
|
||||
|
|
Loading…
Reference in a new issue