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::();