chore: temporarily allow clippy to pass

This commit is contained in:
oomeow 2025-10-16 20:22:46 +08:00
parent 67d254236d
commit f90361f8e4
No known key found for this signature in database
GPG Key ID: 1E1E69B3EC8F6EA7

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