mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-28 01:01:34 +00:00
fix: remove redundant intra-doc link
The recent Rust release introduced a new rustdoc lint which is currently failing CI. Pull-Request: #4602.
This commit is contained in:
@ -37,7 +37,7 @@ use void::Void;
|
||||
/// If a connection is denied due to a limit, either a [`SwarmEvent::IncomingConnectionError`](libp2p_swarm::SwarmEvent::IncomingConnectionError)
|
||||
/// or [`SwarmEvent::OutgoingConnectionError`](libp2p_swarm::SwarmEvent::OutgoingConnectionError) will be emitted.
|
||||
/// The [`ListenError::Denied`](libp2p_swarm::ListenError::Denied) and respectively the [`DialError::Denied`](libp2p_swarm::DialError::Denied) variant
|
||||
/// contain a [`ConnectionDenied`](libp2p_swarm::ConnectionDenied) type that can be downcast to [`Exceeded`] error if (and only if) **this**
|
||||
/// contain a [`ConnectionDenied`] type that can be downcast to [`Exceeded`] error if (and only if) **this**
|
||||
/// behaviour denied the connection.
|
||||
///
|
||||
/// If you employ multiple [`NetworkBehaviour`]s that manage connections, it may also be a different error.
|
||||
|
Reference in New Issue
Block a user