Fix Runtime::new's doc link to tokio::run (#371)

This commit is contained in:
Chris Pick 2018-05-22 18:29:15 -04:00 committed by Carl Lerche
parent c0747a5fc1
commit 8c791fd0bf

View File

@ -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.
///