ensure peer/client.rs comments are up to date
This commit is contained in:
parent
c3724031df
commit
2266886a53
|
|
@ -46,8 +46,6 @@ 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