Merge pull request #5930 from cakebaker/test_fix_unused_import_on_redox

test: fix "unused imports" warning on Redox
This commit is contained in:
Sylvestre Ledru
2024-09-17 11:27:39 +02:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@ use std::fs;
use std::os::unix::fs::MetadataExt;
use uucore::display::Quotable;
use uucore::error::{UResult, USimpleError};
#[cfg(not(windows))]
#[cfg(not(any(windows, target_os = "redox")))]
use uucore::process::{getegid, geteuid};
use uucore::{format_usage, help_about, help_section};