Skip to content

Commit

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

0 comments on commit 2266886

Please sign in to comment.