From a46338401b9e0ffc9bd68c31100ee99cee717481 Mon Sep 17 00:00:00 2001 From: K-tecchan <67850755+K-tecchan@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:47:27 +0900 Subject: [PATCH] runtime: remove dead link definition in `Runtime::block_on` (#8301) --- tokio/src/runtime/runtime.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tokio/src/runtime/runtime.rs b/tokio/src/runtime/runtime.rs index 7bd076c52..6a1d2e45e 100644 --- a/tokio/src/runtime/runtime.rs +++ b/tokio/src/runtime/runtime.rs @@ -334,8 +334,6 @@ impl Runtime { /// }); /// # } /// ``` - /// - /// [handle]: fn@Handle::block_on #[track_caller] pub fn block_on(&self, future: F) -> F::Output { let fut_size = mem::size_of::();