Remove unused libs

This commit is contained in:
Graham Christensen 2017-11-18 10:18:50 -05:00
parent 4415552906
commit 2db8a7e657
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -6,7 +6,6 @@ extern crate hyper;
extern crate hubcaps;
extern crate hyper_native_tls;
use std::{thread, time};
use hyper::Client;
use hyper::net::HttpsConnector;
use hyper_native_tls::NativeTlsClient;