summaryrefslogtreecommitdiffstats
path: root/tokio/src/executor/current_thread/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/executor/current_thread/mod.rs')
-rw-r--r--tokio/src/executor/current_thread/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/executor/current_thread/mod.rs b/tokio/src/executor/current_thread/mod.rs
index dcc9c51a..62619f2a 100644
--- a/tokio/src/executor/current_thread/mod.rs
+++ b/tokio/src/executor/current_thread/mod.rs
@@ -18,10 +18,10 @@
mod scheduler;
use self::scheduler::{Scheduler, TickArgs};
-use crate::executor::{EnterError, Executor, SpawnError, TypedExecutor};
#[cfg(feature = "blocking")]
use crate::executor::blocking::{Pool, PoolWaiter};
use crate::executor::park::{Park, ParkThread, Unpark};
+use crate::executor::{EnterError, Executor, SpawnError, TypedExecutor};
use std::cell::Cell;
use std::error::Error;