mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
runtime: fix LocalRuntime doc links (#7074)
This commit is contained in:
@@ -166,7 +166,8 @@ impl LocalRuntime {
|
|||||||
///
|
///
|
||||||
/// This function _will_ be run on another thread.
|
/// This function _will_ be run on another thread.
|
||||||
///
|
///
|
||||||
/// See the documentation in the non-local runtime for more information.
|
/// See the [documentation in the non-local runtime][Runtime] for more
|
||||||
|
/// information.
|
||||||
///
|
///
|
||||||
/// [Runtime]: crate::runtime::Runtime::spawn_blocking
|
/// [Runtime]: crate::runtime::Runtime::spawn_blocking
|
||||||
///
|
///
|
||||||
@@ -197,7 +198,8 @@ impl LocalRuntime {
|
|||||||
/// Runs a future to completion on the Tokio runtime. This is the
|
/// Runs a future to completion on the Tokio runtime. This is the
|
||||||
/// runtime's entry point.
|
/// runtime's entry point.
|
||||||
///
|
///
|
||||||
/// See the documentation for [the equivalent method on Runtime] for more information.
|
/// See the documentation for [the equivalent method on Runtime][Runtime]
|
||||||
|
/// for more information.
|
||||||
///
|
///
|
||||||
/// [Runtime]: crate::runtime::Runtime::block_on
|
/// [Runtime]: crate::runtime::Runtime::block_on
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user