diff --git a/swarm/src/lib.rs b/swarm/src/lib.rs index 2fe2376c713..dcccd46af79 100644 --- a/swarm/src/lib.rs +++ b/swarm/src/lib.rs @@ -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() {} }