Merge pull request #28 from cakebaker/renice_fix_unused_import_on_windows

renice: disable import on Windows
This commit is contained in:
Sylvestre Ledru
2024-09-10 16:23:21 +02:00
committed by GitHub
+1
View File
@@ -7,6 +7,7 @@ use clap::{crate_version, Arg, Command};
#[cfg(not(windows))]
use libc::PRIO_PROCESS;
use std::env;
#[cfg(not(windows))]
use std::io::Error;
use std::process;
use uucore::{error::UResult, format_usage, help_about, help_usage};