From aa2d2454e173eff40b20c995ea272fd47612d105 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Mon, 7 Apr 2025 22:33:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=95=E5=85=A5anyhow=E5=BA=93?= =?UTF-8?q?=E4=BB=A5=E5=A2=9E=E5=BC=BA=E9=94=99=E8=AF=AF=E5=A4=84=E7=90=86?= =?UTF-8?q?=E8=83=BD=E5=8A=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userspace/ksud/src/kpm.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/ksud/src/kpm.rs b/userspace/ksud/src/kpm.rs index ea6dd2a5..fd88d1c7 100644 --- a/userspace/ksud/src/kpm.rs +++ b/userspace/ksud/src/kpm.rs @@ -2,6 +2,7 @@ use anyhow::Result; use notify::{Watcher, RecommendedWatcher, RecursiveMode, EventKind}; use std::path::Path; use std::fs; +use anyhow::anyhow; pub const KPM_DIR: &str = "/data/adb/kpm"; pub const KPMMGR_PATH: &str = "/data/adb/ksu/bin/kpmmgr";