docs: added trailing backticks (#5938)

This commit is contained in:
Hamza Jadid 2023-08-18 01:22:34 +03:00 committed by GitHub
parent a7d52c2fed
commit 3d64a06600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,6 +260,7 @@ impl Runtime {
/// println!("now running on a worker thread");
/// });
/// # }
/// ```
#[track_caller]
pub fn spawn_blocking<F, R>(&self, func: F) -> JoinHandle<R>
where