summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tokio/src/runtime/current_thread/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/runtime/current_thread/mod.rs b/tokio/src/runtime/current_thread/mod.rs
index d81fec94..c4ed70c6 100644
--- a/tokio/src/runtime/current_thread/mod.rs
+++ b/tokio/src/runtime/current_thread/mod.rs
@@ -64,6 +64,6 @@ mod builder;
mod runtime;
pub use self::builder::Builder;
-pub use self::runtime::{Handle, Runtime};
+pub use self::runtime::{Handle, Runtime, RunError};
pub use tokio_executor::current_thread::spawn;
pub use tokio_executor::current_thread::TaskExecutor;