File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
tokio/src/runtime/local_runtime Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,8 @@ impl LocalRuntime {
166166 ///
167167 /// This function _will_ be run on another thread.
168168 ///
169- /// See the documentation in the non-local runtime for more information.
169+ /// See the [documentation in the non-local runtime][Runtime] for more
170+ /// information.
170171 ///
171172 /// [Runtime]: crate::runtime::Runtime::spawn_blocking
172173 ///
@@ -197,7 +198,8 @@ impl LocalRuntime {
197198 /// Runs a future to completion on the Tokio runtime. This is the
198199 /// runtime's entry point.
199200 ///
200- /// See the documentation for [the equivalent method on Runtime] for more information.
201+ /// See the documentation for [the equivalent method on Runtime][Runtime]
202+ /// for more information.
201203 ///
202204 /// [Runtime]: crate::runtime::Runtime::block_on
203205 ///
You can’t perform that action at this time.
0 commit comments