aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net_traits/lib.rs')
-rw-r--r--components/net_traits/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs
index a5975bc2fa0..0028c61dcce 100644
--- a/components/net_traits/lib.rs
+++ b/components/net_traits/lib.rs
@@ -10,6 +10,8 @@
#![feature(vec_push_all)]
#![plugin(serde_macros)]
+#![plugin(serde_macros)]
+
extern crate euclid;
extern crate hyper;
extern crate ipc_channel;