diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-01-12 17:48:11 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-01-13 09:37:28 +0100 |
commit | 86d3c576f21e76b23db5bfcfe1a81794148a97dd (patch) | |
tree | 9c6bc9da18001000b7dc3893e53a002ac7582e1d /components/net | |
parent | 53c4a782a0906c487139d4b6f3c62d9eca3f9f17 (diff) | |
download | servo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.tar.gz servo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.zip |
Remove some unused extern crates.
Diffstat (limited to 'components/net')
-rw-r--r-- | components/net/Cargo.toml | 1 | ||||
-rw-r--r-- | components/net/lib.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml index d53d78f3032..3381bc2a131 100644 --- a/components/net/Cargo.toml +++ b/components/net/Cargo.toml @@ -38,6 +38,5 @@ cookie = "0.2" mime_guess = "1.1.1" flate2 = "0.2.0" uuid = "0.1.16" -euclid = {version = "0.4", features = ["plugins"]} url = "0.5.2" websocket = "0.14.0" diff --git a/components/net/lib.rs b/components/net/lib.rs index 6d8af0ffaa2..85e30432341 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -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; |