Remove some unused extern crates.

This commit is contained in:
Ms2ger 2016-01-12 17:48:11 +01:00
parent 53c4a782a0
commit 86d3c576f2
26 changed files with 0 additions and 72 deletions

View file

@ -12,7 +12,6 @@
extern crate brotli;
extern crate cookie as cookie_rs;
extern crate devtools_traits;
extern crate euclid;
extern crate flate2;
extern crate hyper;
extern crate ipc_channel;