mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix some "unused" warnings
This commit is contained in:
parent
2da8eb0342
commit
008e733df6
5 changed files with 1 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue