chore: temporarily allow clippy to pass

This commit is contained in:
oomeow
2025-10-16 20:22:46 +08:00
Unverified
parent 67d254236d
commit f90361f8e4

View File

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