aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/lib.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-01-12 17:48:11 +0100
committerMs2ger <Ms2ger@gmail.com>2016-01-13 09:37:28 +0100
commit86d3c576f21e76b23db5bfcfe1a81794148a97dd (patch)
tree9c6bc9da18001000b7dc3893e53a002ac7582e1d /components/net_traits/lib.rs
parent53c4a782a0906c487139d4b6f3c62d9eca3f9f17 (diff)
downloadservo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.tar.gz
servo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.zip
Remove some unused extern crates.
Diffstat (limited to 'components/net_traits/lib.rs')
-rw-r--r--components/net_traits/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs
index ad579d9b2d3..31327582b00 100644
--- a/components/net_traits/lib.rs
+++ b/components/net_traits/lib.rs
@@ -11,7 +11,6 @@
#![feature(custom_attribute)]
#![plugin(serde_macros, plugins)]
-extern crate euclid;
extern crate hyper;
extern crate image as piston_image;
extern crate ipc_channel;