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 5e5e59c commit 048a0deCopy full SHA for 048a0de
userspace/ksud/src/utils.rs
@@ -24,7 +24,7 @@ use std::path::PathBuf;
24
#[cfg(any(target_os = "linux", target_os = "android"))]
25
use rustix::{
26
process,
27
- thread::{move_into_link_name_space, unshare, LinkNameSpaceType, UnshareFlags},
+ thread::{move_into_link_name_space, LinkNameSpaceType},
28
};
29
30
pub fn ensure_clean_dir(dir: impl AsRef<Path>) -> Result<()> {
0 commit comments