Revert "ensure peer/client.rs comments are up to date"

This reverts commit 2266886a53.
This commit is contained in:
teor 2021-02-23 10:54:48 +10:00 committed by Jane Lusby
parent 1a70d807b6
commit e06120cd36
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ 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 {