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) {}