diff options
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs index 8014597a2f4..074b62a9676 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -8,8 +8,7 @@ extern crate bitflags; extern crate heapsize; #[macro_use] extern crate heapsize_derive; -#[macro_use] -extern crate serde_derive; +#[macro_use] extern crate serde; extern crate webrender_traits; pub mod constellation_msg; |