ksud: Fix warning unused import (#2382)

This commit is contained in:
D8G Official 2025-01-25 19:00:45 +07:00 committed by GitHub
parent 38640ee4a6
commit c3926d3982
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ use std::path::PathBuf;
#[cfg(any(target_os = "linux", target_os = "android"))]
use rustix::{
process,
thread::{move_into_link_name_space, unshare, LinkNameSpaceType, UnshareFlags},
thread::{move_into_link_name_space, LinkNameSpaceType},
};
pub fn ensure_clean_dir(dir: impl AsRef<Path>) -> Result<()> {