runtime: remove dead link definition in Runtime::block_on (#8301)

This commit is contained in:
K-tecchan
2026-07-20 13:47:27 +08:00
committed by GitHub
parent be689a35f5
commit a46338401b
-2
View File
@@ -334,8 +334,6 @@ impl Runtime {
/// }); /// });
/// # } /// # }
/// ``` /// ```
///
/// [handle]: fn@Handle::block_on
#[track_caller] #[track_caller]
pub fn block_on<F: Future>(&self, future: F) -> F::Output { pub fn block_on<F: Future>(&self, future: F) -> F::Output {
let fut_size = mem::size_of::<F>(); let fut_size = mem::size_of::<F>();