Skip to content

Commit

Permalink
chore: Fix doc-lazy-continuations clippy CI (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek authored Aug 12, 2024
1 parent 13363db commit 6804b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct PeerState<const S: usize> {
/// * `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<ConnectionId>,
sending_state: SendingState,
wantlist: WantlistState<S>,
Expand Down

0 comments on commit 6804b05

Please sign in to comment.