fix build & cleanup

This commit is contained in:
ShirkNeko
2025-11-08 11:48:35 +08:00
parent 6c9bf69718
commit d37a78ea2d
2 changed files with 1 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ use crate::{
use anyhow::{Context, Ok, Result, bail};
use getopts::Options;
use libc::c_int;
use log::{debug, error, info};
use log::{error, warn};
#[cfg(unix)]
use std::os::unix::process::CommandExt;
use std::{env, ffi::CStr, path::PathBuf, process::Command};