We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9daa874 commit 767c702Copy full SHA for 767c702
userspace/ksud/src/utils.rs
@@ -26,7 +26,7 @@ use std::path::PathBuf;
26
#[cfg(any(target_os = "linux", target_os = "android"))]
27
use rustix::{
28
process,
29
- thread::{move_into_link_name_space, unshare, LinkNameSpaceType, UnshareFlags},
+ thread::{move_into_link_name_space, LinkNameSpaceType},
30
};
31
32
pub fn ensure_clean_dir(dir: impl AsRef<Path>) -> Result<()> {
0 commit comments