Skip to content

Commit

Permalink
swarm/src/lib: Remove use_handler_to_carry_state
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 30, 2021
1 parent 90df72a commit 60c7261
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions swarm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1704,9 +1704,4 @@ mod tests {
}
}))
}

/// [`NetworkBehaviourAction::DialAddress`] and [`NetworkBehaviourAction::DialPeer`] require a
/// handler. This handler can be used to carry state. See corresponding doc comments.
#[test]
fn use_handler_to_carry_state() {}
}

0 comments on commit 60c7261

Please sign in to comment.