From 3a6af1c0e873f58cbe8d939a482128d15cf833fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Fri, 3 Jan 2025 15:34:34 +0100 Subject: [PATCH] fixup: unused async --- talpid-wireguard/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/talpid-wireguard/src/lib.rs b/talpid-wireguard/src/lib.rs index ca454768dea5..0ab9651c9523 100644 --- a/talpid-wireguard/src/lib.rs +++ b/talpid-wireguard/src/lib.rs @@ -717,6 +717,7 @@ impl WireguardMonitor { /// Configure and start a Wireguard-go tunnel. #[cfg(wireguard_go)] + #[allow(clippy::unused_async)] async fn open_wireguard_go_tunnel( config: &Config, log_path: Option<&Path>,