Pipeline: clear the imports of fututres
This commit is contained in:
parent
678b0b9db1
commit
1ca4cb40dd
@ -1,15 +1,13 @@
|
||||
// FIXME:
|
||||
//! Docs.
|
||||
|
||||
use futures::future::*;
|
||||
use futures::prelude::*;
|
||||
use futures::stream::*;
|
||||
use futures::{future::ok, lazy, prelude::*, stream::iter_ok};
|
||||
use tokio_core::reactor::Core;
|
||||
use tokio_threadpool::{self, ThreadPool};
|
||||
|
||||
use hyper::client::HttpConnector;
|
||||
use hyper::Client;
|
||||
use hyper_tls::HttpsConnector;
|
||||
use tokio_core::reactor::Core;
|
||||
use tokio_threadpool::{self, ThreadPool};
|
||||
|
||||
use num_cpus;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user