aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/webvr_traits/lib.rs')
-rw-r--r--components/webvr_traits/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/webvr_traits/lib.rs b/components/webvr_traits/lib.rs
index 9fd8c85074b..baf4b20943e 100644
--- a/components/webvr_traits/lib.rs
+++ b/components/webvr_traits/lib.rs
@@ -6,7 +6,8 @@
extern crate ipc_channel;
extern crate msg;
-#[macro_use] extern crate serde;
+#[macro_use]
+extern crate serde;
pub extern crate rust_webvr_api as webvr;
mod webvr_traits;