Deprecate executor re-exports (#412)

This commit is contained in:
Carl Lerche
2018-06-12 14:41:12 -07:00
committed by GitHub
parent d1f825ca13
commit ab07733d66
4 changed files with 21 additions and 27 deletions
-1
View File
@@ -13,7 +13,6 @@ mod prelude {
pub use futures::*;
pub use tokio::reactor::Reactor;
pub use tokio::net::{TcpListener, TcpStream};
pub use tokio::executor::current_thread;
pub use tokio_io::io::read_to_end;
pub use test::{self, Bencher};