mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-27 16:51: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:
@ -23,7 +23,7 @@
|
||||
//! [`AsyncRead`] and [`AsyncWrite`].
|
||||
//!
|
||||
//! Each call to [`AsyncWrite::poll_write`] will send one packet to the sink.
|
||||
//! Calls to [`AsyncRead::read`] will read from the stream's incoming packets.
|
||||
//! Calls to [`AsyncRead::poll_read`] will read from the stream's incoming packets.
|
||||
|
||||
use futures::{prelude::*, ready};
|
||||
use std::{io::{self, Read}, pin::Pin, task::{Context, Poll}};
|
||||
|
Reference in New Issue
Block a user