From cfd643d6911e6b80adae688bbd53e57d7bdb93f2 Mon Sep 17 00:00:00 2001 From: nickelc Date: Mon, 19 Oct 2020 15:33:10 +0200 Subject: docs: fix typo in runtime module documentation (#2992) --- tokio/src/runtime/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tokio/src') diff --git a/tokio/src/runtime/mod.rs b/tokio/src/runtime/mod.rs index d7958d60..25b20de8 100644 --- a/tokio/src/runtime/mod.rs +++ b/tokio/src/runtime/mod.rs @@ -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; //! -- cgit v1.2.3