Skip to content

Commit 0f16232

Browse files
committed
Allow too many args for Dataplane::new
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
1 parent de61b7d commit 0f16232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mycelium/src/data.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ where
7676
/// discovery and need ICMP unreachable responses.
7777
/// `incoming_packet_queue` is the queue for incoming encrypted packets waiting for the sender's route.
7878
/// `incoming_route_rx` is a receiver for notifications when routes become available.
79+
#[allow(clippy::too_many_arguments)]
7980
pub fn new<S, T, U>(
8081
router: Router<M>,
8182
l3_packet_stream: S,

0 commit comments

Comments
 (0)