docs: fix typo in runtime module documentation (#2992)

This commit is contained in:
nickelc
2020-10-19 15:33:10 +02:00
committed by GitHub
parent 8d17261a4b
commit cfd643d691
+1 -1
View File
@@ -132,7 +132,7 @@
//!
//! The current-thread scheduler provides a _single-threaded_ future executor.
//! All tasks will be created and executed on the current thread. This requires
//! the `rt-core` feature flag.
//! the `rt` feature flag.
//! ```
//! use tokio::runtime;
//!