diff options
Diffstat (limited to 'components/webvr_traits/lib.rs')
-rw-r--r-- | components/webvr_traits/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/webvr_traits/lib.rs b/components/webvr_traits/lib.rs index a64da241525..30598105442 100644 --- a/components/webvr_traits/lib.rs +++ b/components/webvr_traits/lib.rs @@ -8,7 +8,6 @@ extern crate ipc_channel; extern crate msg; -extern crate serde; #[macro_use] extern crate serde_derive; pub extern crate rust_webvr as webvr; |