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