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,