ksud :fmt

This commit is contained in:
ShirkNeko
2025-11-08 12:41:03 +08:00
parent d8a8ef6458
commit 860bdce295

View File

@@ -1,6 +1,7 @@
use crate::{ use crate::{
defs, ksucalls::proxy_file,
utils::{self, umask}, utils::{self, umask},
defs,
}; };
use anyhow::{Context, Ok, Result, bail}; use anyhow::{Context, Ok, Result, bail};
use getopts::Options; use getopts::Options;
@@ -9,7 +10,6 @@ use log::{error, warn};
#[cfg(unix)] #[cfg(unix)]
use std::os::unix::process::CommandExt; use std::os::unix::process::CommandExt;
use std::{env, ffi::CStr, path::PathBuf, process::Command}; use std::{env, ffi::CStr, path::PathBuf, process::Command};
use crate::ksucalls::proxy_file;
#[cfg(any(target_os = "linux", target_os = "android"))] #[cfg(any(target_os = "linux", target_os = "android"))]
use rustix::{ use rustix::{