docs: fixing broken links in tokio/src/lib.rs (#4132)

This commit is contained in:
João Marcos Bezerra
2021-09-24 11:16:30 +02:00
committed by GitHub
parent 7ce8f05cff
commit 7875f26586
+2 -2
View File
@@ -161,8 +161,8 @@
//! [`tokio::runtime`]: crate::runtime
//! [`Builder`]: crate::runtime::Builder
//! [`Runtime`]: crate::runtime::Runtime
//! [rt]: runtime/index.html#basic-scheduler
//! [rt-multi-thread]: runtime/index.html#threaded-scheduler
//! [rt]: runtime/index.html#current-thread-scheduler
//! [rt-multi-thread]: runtime/index.html#multi-thread-scheduler
//! [rt-features]: runtime/index.html#runtime-scheduler
//!
//! ## CPU-bound tasks and blocking code