mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Merge pull request #5930 from cakebaker/test_fix_unused_import_on_redox
test: fix "unused imports" warning on Redox
This commit is contained in:
commit
39bfa40acf
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ use std::fs;
|
||||||
use std::os::unix::fs::MetadataExt;
|
use std::os::unix::fs::MetadataExt;
|
||||||
use uucore::display::Quotable;
|
use uucore::display::Quotable;
|
||||||
use uucore::error::{UResult, USimpleError};
|
use uucore::error::{UResult, USimpleError};
|
||||||
#[cfg(not(windows))]
|
#[cfg(not(any(windows, target_os = "redox")))]
|
||||||
use uucore::process::{getegid, geteuid};
|
use uucore::process::{getegid, geteuid};
|
||||||
use uucore::{format_usage, help_about, help_section};
|
use uucore::{format_usage, help_about, help_section};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue