We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de61b7d commit 0f16232Copy full SHA for 0f16232
mycelium/src/data.rs
@@ -76,6 +76,7 @@ where
76
/// discovery and need ICMP unreachable responses.
77
/// `incoming_packet_queue` is the queue for incoming encrypted packets waiting for the sender's route.
78
/// `incoming_route_rx` is a receiver for notifications when routes become available.
79
+ #[allow(clippy::too_many_arguments)]
80
pub fn new<S, T, U>(
81
router: Router<M>,
82
l3_packet_stream: S,
0 commit comments