ksud: updates (#84)

This commit is contained in:
Caner Karaca
2025-01-25 17:57:03 +03:00
committed by GitHub
parent a05b790da6
commit 4ac264135d
6 changed files with 101 additions and 238 deletions
+1 -1
View File
@@ -20,7 +20,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<()> {