You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
ksud: migrate to Rust 2024 edition
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use anyhow::{ensure, Context, Ok, Result};
|
||||
use anyhow::{Context, Ok, Result, ensure};
|
||||
use std::{
|
||||
path::{Path, PathBuf},
|
||||
process::Command,
|
||||
|
||||
Reference in New Issue
Block a user