Skip to content

Commit

Permalink
hopefully this fixes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy committed Oct 2, 2024
1 parent 67ff600 commit df42617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokio/src/runtime/local_runtime/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ impl LocalRuntime {
///
/// This is analogous to the [`spawn`] method on the standard [`Runtime`], but works even if the task is not threads safe.
///
/// [spawn]: crate::runtime::Runtime::spawn
/// [Runtime]: crate::runtime::Runtime
/// [`spawn`]: crate::runtime::Runtime::spawn
/// [`Runtime`]: crate::runtime::Runtime
///
/// # Examples
///
Expand Down

0 comments on commit df42617

Please sign in to comment.