From de248f2382c9bafa9abcba77c1278e6cf525f457 Mon Sep 17 00:00:00 2001 From: _ <> Date: Sun, 10 Oct 2021 18:32:12 +0000 Subject: [PATCH] :rotating_light: cargo check warning --- prototypes/quic_demo/src/client_proxy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/quic_demo/src/client_proxy.rs b/prototypes/quic_demo/src/client_proxy.rs index a36b06b..d7d39ca 100644 --- a/prototypes/quic_demo/src/client_proxy.rs +++ b/prototypes/quic_demo/src/client_proxy.rs @@ -64,9 +64,9 @@ pub async fn forward_port ( ) -> anyhow::Result <()> { let ForwardingParams { - client_tcp_port, server_id, server_tcp_port, + .. } = params; while *shutdown_flag_rx.borrow () {