Remove unused libs
This commit is contained in:
parent
4415552906
commit
2db8a7e657
|
@ -6,7 +6,6 @@ extern crate hyper;
|
||||||
extern crate hubcaps;
|
extern crate hubcaps;
|
||||||
extern crate hyper_native_tls;
|
extern crate hyper_native_tls;
|
||||||
|
|
||||||
use std::{thread, time};
|
|
||||||
use hyper::Client;
|
use hyper::Client;
|
||||||
use hyper::net::HttpsConnector;
|
use hyper::net::HttpsConnector;
|
||||||
use hyper_native_tls::NativeTlsClient;
|
use hyper_native_tls::NativeTlsClient;
|
||||||
|
|
Loading…
Reference in a new issue