Fix some "unused" warnings

This commit is contained in:
Simon Sapin 2017-06-06 16:58:35 +02:00
parent 2da8eb0342
commit 008e733df6
5 changed files with 1 additions and 18 deletions

View file

@ -34,7 +34,7 @@ extern crate url;
use devtools_traits::DevtoolsControlMsg;
use hyper::server::{Handler, Listening, Server};
use net::connector::{create_http_connector, create_ssl_client};
use net::connector::create_ssl_client;
use net::fetch::cors_cache::CorsCache;
use net::fetch::methods::{self, FetchContext};
use net::filemanager_thread::FileManager;