Skip to content

Commit 048a0de

Browse files
diphonsbackslashxx
authored andcommitted
ksud: Fix warning unused import (tiann#2382)
1 parent 5e5e59c commit 048a0de

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
@@ -24,7 +24,7 @@ use std::path::PathBuf;
2424
#[cfg(any(target_os = "linux", target_os = "android"))]
2525
use rustix::{
2626
process,
27-
thread::{move_into_link_name_space, unshare, LinkNameSpaceType, UnshareFlags},
27+
thread::{move_into_link_name_space, LinkNameSpaceType},
2828
};
2929

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

0 commit comments

Comments
 (0)