summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime/current_thread/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/runtime/current_thread/mod.rs')
-rw-r--r--tokio/src/runtime/current_thread/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokio/src/runtime/current_thread/mod.rs b/tokio/src/runtime/current_thread/mod.rs
index 4b237d35..8a2d6028 100644
--- a/tokio/src/runtime/current_thread/mod.rs
+++ b/tokio/src/runtime/current_thread/mod.rs
@@ -63,5 +63,5 @@ mod runtime;
pub use self::builder::Builder;
pub use self::runtime::{Handle, Runtime, RunError};
-pub use tokio_executor::current_thread::spawn;
-pub use tokio_executor::current_thread::TaskExecutor;
+pub use crate::executor::current_thread::spawn;
+pub use crate::executor::current_thread::TaskExecutor;