summaryrefslogtreecommitdiffstats
path: root/src/reactor/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/reactor/mod.rs')
-rw-r--r--src/reactor/mod.rs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/reactor/mod.rs b/src/reactor/mod.rs
index a7263fd8..0e3f4eaa 100644
--- a/src/reactor/mod.rs
+++ b/src/reactor/mod.rs
@@ -136,12 +136,7 @@
//! [`std::io::Write`]: https://doc.rust-lang.org/std/io/trait.Write.html
pub use tokio_reactor::{
- Reactor,
- Handle,
- Background,
- Turn,
- Registration,
- PollEvented as PollEvented2,
+ Background, Handle, PollEvented as PollEvented2, Reactor, Registration, Turn,
};
mod poll_evented;