File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 313
313
//! [`AsyncWrite`]: tokio::io::AsyncWrite
314
314
//! [`Stream`]: futures_core::Stream
315
315
//! [`Sink`]: futures_sink::Sink
316
- //! [`SinkExt`]: futures:: sink:: SinkExt
316
+ //! [`SinkExt`]: https://docs.rs/futures/0.3/futures/ sink/trait. SinkExt.html
317
317
//! [`SinkExt::close`]: https://docs.rs/futures/0.3/futures/sink/trait.SinkExt.html#method.close
318
318
//! [`FramedRead`]: struct@crate::codec::FramedRead
319
319
//! [`FramedWrite`]: struct@crate::codec::FramedWrite
Original file line number Diff line number Diff line change 177
177
//! [`tokio::main`]: ../attr.main.html
178
178
//! [runtime builder]: crate::runtime::Builder
179
179
//! [`Runtime::new`]: crate::runtime::Runtime::new
180
- //! [`Builder::threaded_scheduler`]: crate::runtime::Builder::threaded_scheduler
181
180
//! [`Builder::enable_io`]: crate::runtime::Builder::enable_io
182
181
//! [`Builder::enable_time`]: crate::runtime::Builder::enable_time
183
182
//! [`Builder::enable_all`]: crate::runtime::Builder::enable_all
Original file line number Diff line number Diff line change @@ -1170,7 +1170,7 @@ impl<T> Receiver<T> {
1170
1170
/// Returns true if there aren't any messages in the channel that the [`Receiver`]
1171
1171
/// has yet to receive.
1172
1172
///
1173
- /// [`Receiver]: create ::sync::broadcast::Receiver
1173
+ /// [`Receiver` ]: crate ::sync::broadcast::Receiver
1174
1174
///
1175
1175
/// # Examples
1176
1176
///
You can’t perform that action at this time.
0 commit comments