Skip to content

Commit 767c702

Browse files
diphonsbackslashxx
authored andcommitted
ksud: Fix warning unused import (tiann#2382)
1 parent 9daa874 commit 767c702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userspace/ksud/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use std::path::PathBuf;
2626
#[cfg(any(target_os = "linux", target_os = "android"))]
2727
use rustix::{
2828
process,
29-
thread::{move_into_link_name_space, unshare, LinkNameSpaceType, UnshareFlags},
29+
thread::{move_into_link_name_space, LinkNameSpaceType},
3030
};
3131

3232
pub fn ensure_clean_dir(dir: impl AsRef<Path>) -> Result<()> {

0 commit comments

Comments
 (0)