aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r--components/layout/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index 935a7631e23..57fd7b3e98e 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -8,12 +8,12 @@
#![feature(custom_derive)]
#![feature(nonzero)]
#![feature(plugin)]
+#![feature(proc_macro)]
#![feature(raw)]
#![feature(step_by)]
#![deny(unsafe_code)]
-#![plugin(heapsize_plugin)]
#![plugin(plugins)]
extern crate app_units;
@@ -29,6 +29,7 @@ extern crate fnv;
extern crate gfx;
extern crate gfx_traits;
extern crate heapsize;
+#[macro_use] extern crate heapsize_derive;
extern crate ipc_channel;
extern crate libc;
#[macro_use]