Skip to content

Commit

Permalink
Revert "ensure peer/client.rs comments are up to date"
Browse files Browse the repository at this point in the history
This reverts commit 2266886.
  • Loading branch information
teor2345 authored and yaahc committed Feb 24, 2021
1 parent 1a70d80 commit e06120c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zebra-network/src/peer/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e06120c

Please sign in to comment.