From 5cee1cc1068ca79eca4f6bfae7b893a7bc19a55f Mon Sep 17 00:00:00 2001 From: Noah Kennedy Date: Thu, 6 Mar 2025 08:29:16 -0600 Subject: [PATCH] this is definitely a spelling mistake sir --- tokio/src/runtime/builder.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokio/src/runtime/builder.rs b/tokio/src/runtime/builder.rs index 8dd6f052c1c..5c62d0ed9ec 100644 --- a/tokio/src/runtime/builder.rs +++ b/tokio/src/runtime/builder.rs @@ -697,8 +697,8 @@ impl Builder { /// Factory method for producing "fallback" task hook harnesses. /// /// The order of operations for assigning the hook harness for a task are as follows: - /// 1. [crate::task::spawn_with_hooks], if used. - /// 2. [crate::runtime::task_hooks::TaskHookHarnessFactory], if it returns something other than [Option::None]. + /// 1. [`crate::task::spawn_with_hooks`], if used. + /// 2. [`crate::runtime::task_hooks::TaskHookHarnessFactory`], if it returns something other than [Option::None]. /// 3. This function. #[cfg(all(not(loom), tokio_unstable))] #[cfg_attr(docsrs, doc(cfg(tokio_unstable)))]