Skip to content

Commit

Permalink
fixup: silence lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Nov 22, 2024
1 parent 51e8014 commit bdae4b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions talpid-core/src/tunnel_state_machine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bdae4b2

Please sign in to comment.