Revert "ensure peer/client.rs comments are up to date"
This reverts commit 2266886a53
.
This commit is contained in:
parent
1a70d807b6
commit
e06120cd36
|
@ -46,6 +46,8 @@ pub(super) struct ClientRequestReceiver {
|
||||||
|
|
||||||
/// A message from the `peer::Client` to the `peer::Server`,
|
/// A message from the `peer::Client` to the `peer::Server`,
|
||||||
/// after it has been received by the `peer::Server`.
|
/// after it has been received by the `peer::Server`.
|
||||||
|
///
|
||||||
|
///
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
#[must_use = "tx.send() must be called before drop"]
|
#[must_use = "tx.send() must be called before drop"]
|
||||||
pub(super) struct InProgressClientRequest {
|
pub(super) struct InProgressClientRequest {
|
||||||
|
|
Loading…
Reference in New Issue