mirror of
https://github.com/tiann/KernelSU.git
synced 2025-02-20 11:43:32 +08:00
ksud: Fix warning unused import (#2382)
This commit is contained in:
parent
38640ee4a6
commit
c3926d3982
@ -24,7 +24,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<()> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user