Skip to content

Commit

Permalink
fixup: unused async
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jan 3, 2025
1 parent 67f9bd7 commit 3a6af1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions talpid-wireguard/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit 3a6af1c

Please sign in to comment.