summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/park/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/runtime/park/mod.rs')
-rw-r--r--tokio/src/runtime/park/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/runtime/park/mod.rs b/tokio/src/runtime/park/mod.rs
index 12212832..bae96d9d 100644
--- a/tokio/src/runtime/park/mod.rs
+++ b/tokio/src/runtime/park/mod.rs
@@ -45,7 +45,7 @@
//! [mio]: https://docs.rs/mio/0.6/mio/struct.Poll.html
mod thread;
-#[cfg(feature = "rt-full")]
+#[cfg(feature = "rt-threaded")]
pub(crate) use self::thread::CachedParkThread;
#[cfg(not(feature = "io-driver"))]
pub(crate) use self::thread::ParkThread;