From bdae4b269f08db64a3bd8be1973258235f90ef7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Fri, 22 Nov 2024 10:05:38 +0100 Subject: [PATCH] fixup: silence lint --- talpid-core/src/tunnel_state_machine/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/talpid-core/src/tunnel_state_machine/mod.rs b/talpid-core/src/tunnel_state_machine/mod.rs index 7d84bbe18a19..2541bc88e614 100644 --- a/talpid-core/src/tunnel_state_machine/mod.rs +++ b/talpid-core/src/tunnel_state_machine/mod.rs @@ -122,6 +122,7 @@ pub struct LinuxNetworkingIdentifiers { } /// Spawn the tunnel state machine thread, returning a channel for sending tunnel commands. +#[allow(clippy::too_many_arguments)] pub async fn spawn( initial_settings: InitialTunnelState, tunnel_parameters_generator: impl TunnelParametersGenerator,