ensure peer/client.rs comments are up to date

This commit is contained in:
Jane Lusby 2021-02-18 15:17:57 -08:00 committed by Jane Lusby
parent c3724031df
commit 2266886a53
1 changed files with 0 additions and 2 deletions

View File

@ -46,8 +46,6 @@ pub(super) struct ClientRequestReceiver {
/// A message from the `peer::Client` to the `peer::Server`,
/// after it has been received by the `peer::Server`.
///
///
#[derive(Debug)]
#[must_use = "tx.send() must be called before drop"]
pub(super) struct InProgressClientRequest {