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:
@ -144,8 +144,7 @@ where
|
||||
/// Note: This only enforces a limit on the number of concurrently
|
||||
/// negotiating inbound streams. The total number of inbound streams on a
|
||||
/// connection is the sum of negotiating and negotiated streams. A limit on
|
||||
/// the total number of streams can be enforced at the
|
||||
/// [`StreamMuxerBox`](libp2p_core::muxing::StreamMuxerBox) level.
|
||||
/// the total number of streams can be enforced at the [`StreamMuxerBox`] level.
|
||||
max_negotiating_inbound_streams: usize,
|
||||
/// Contains all upgrades that are waiting for a new outbound substream.
|
||||
///
|
||||
|
Reference in New Issue
Block a user