Skip to content

Commit

Permalink
Remove outdated text.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Mar 28, 2024
1 parent 8d9cc7b commit c444aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/server/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ type CommandReceiver<RequestOctets, Target> =
/// [`Service`].
///
/// [`StreamServer`] doesn't itself define how connections should be accepted,
/// message buffers should be allocated, message lengths should be determined
/// message buffers should be allocated,
/// or how request messages should be received and responses sent. Instead it
/// is generic over types that provide these abilities.
///
Expand Down

0 comments on commit c444aa8

Please sign in to comment.