mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
Fix Runtime::new's doc link to tokio::run (#371)
This commit is contained in:
parent
c0747a5fc1
commit
8c791fd0bf
@ -234,7 +234,7 @@ impl Runtime {
|
||||
/// tasks are scheduled to run.
|
||||
///
|
||||
/// Most users will not need to call this function directly, instead they
|
||||
/// will use [`tokio::run`][fn.run.html].
|
||||
/// will use [`tokio::run`](fn.run.html).
|
||||
///
|
||||
/// See [module level][mod] documentation for more details.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user