mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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…
Add table
Add a link
Reference in a new issue