Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Aug 12, 2024
1 parent 7165af9 commit b3cdb66
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 b3cdb66

Please sign in to comment.