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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-util/src/lib.rs b/tokio-util/src/lib.rs
index 55fd67eb..10b828ef 100644
--- a/tokio-util/src/lib.rs
+++ b/tokio-util/src/lib.rs
@@ -47,7 +47,7 @@ cfg_io! {
pub mod io;
}
-cfg_rt_core! {
+cfg_rt! {
pub mod context;
}