From 6804b051ef38723f54bd2afb20e40f8b953271ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Florkiewicz?= Date: Mon, 12 Aug 2024 12:13:21 +0200 Subject: [PATCH] chore: Fix doc-lazy-continuations clippy CI (#54) --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index d6c3171..4788507 100644 --- a/src/client.rs +++ b/src/client.rs @@ -92,7 +92,7 @@ struct PeerState { /// * `ClientConnectionHandler` failed to allocate a communication channel with the /// other peer. In other words the `START_SENDING_TIMEOUT` is triggered. /// * Communication channel with the peer was closed unexpectedly. This can happen for example when - /// the TCP conection is closed. + /// the TCP conection is closed. established_connections: FnvHashSet, sending_state: SendingState, wantlist: WantlistState,