aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r--components/msg/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs
index 4c2dd1f999b..7c03b73d591 100644
--- a/components/msg/lib.rs
+++ b/components/msg/lib.rs
@@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(custom_derive, plugin)]
-#![plugin(serde_macros)]
+#![plugin(serde_macros, plugins)]
extern crate azure;
#[macro_use] extern crate bitflags;