mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-28 09:11:34 +00:00
Check documentation intra-link (#1432)
* Fix broken links in rustdoc This fixes all of the rustdoc warnings on nightly. * Check documentation intra-link * Fix config * Fix bad indent * Make nightly explicit * More links fixes * Fix link broken after master merge Co-authored-by: Demi Obenour <48690212+DemiMarie-parity@users.noreply.github.com>
This commit is contained in:
@ -25,10 +25,6 @@
|
||||
//! The upgrade's output is a `Sink + Stream` of messages. The `Stream` component is used
|
||||
//! to poll the underlying transport for incoming messages, and the `Sink` component
|
||||
//! is used to send messages to remote peers.
|
||||
//!
|
||||
//! [`KademliaProtocolConfig`]: protocol::KademliaProtocolConfig
|
||||
//! [`KadRequestMsg`]: protocol::KadRequestMsg
|
||||
//! [`KadResponseMsg`]: protocol::KadResponseMsg
|
||||
|
||||
use bytes::BytesMut;
|
||||
use codec::UviBytes;
|
||||
|
Reference in New Issue
Block a user