From f90361f8e411faaa7316dccda791b8ee2d54b5c5 Mon Sep 17 00:00:00 2001 From: oomeow Date: Thu, 16 Oct 2025 20:22:46 +0800 Subject: [PATCH] chore: temporarily allow clippy to pass --- src-tauri/src/core/core.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-tauri/src/core/core.rs b/src-tauri/src/core/core.rs index aa6b2592..e53de3b4 100644 --- a/src-tauri/src/core/core.rs +++ b/src-tauri/src/core/core.rs @@ -1024,6 +1024,8 @@ impl CoreManager { } } + // TODO: 是否需要在非windows平台上进行检测 + #[allow(clippy::unused_async)] #[cfg(not(target_os = "windows"))] async fn wait_for_service_ready_if_tun_enabled(&self) {}