summaryrefslogtreecommitdiffstats
path: root/tokio-util/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-util/src/lib.rs')
-rw-r--r--tokio-util/src/lib.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/tokio-util/src/lib.rs b/tokio-util/src/lib.rs
index 31a16d05..55fd67eb 100644
--- a/tokio-util/src/lib.rs
+++ b/tokio-util/src/lib.rs
@@ -47,7 +47,9 @@ cfg_io! {
pub mod io;
}
-pub mod context;
+cfg_rt_core! {
+ pub mod context;
+}
pub mod sync;