From bb145a1cc342ba6e2174716220b4a97d430484c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Tue, 6 Sep 2022 13:00:41 +0200 Subject: [PATCH] clippy --- clients/client-core/src/client/cover_traffic_stream.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/client-core/src/client/cover_traffic_stream.rs b/clients/client-core/src/client/cover_traffic_stream.rs index 9370b5c6ce..3aaf6da053 100644 --- a/clients/client-core/src/client/cover_traffic_stream.rs +++ b/clients/client-core/src/client/cover_traffic_stream.rs @@ -88,6 +88,7 @@ where // obviously when we finally make shared rng that is on 'higher' level, this should become // generic `R` impl LoopCoverTrafficStream { + #[allow(clippy::too_many_arguments)] pub fn new( ack_key: Arc, average_ack_delay: time::Duration,