aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-11-02 22:43:37 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2016-11-03 01:10:35 +0100
commit391296278db4e815daaa72e62bacd88dbde9f7b1 (patch)
tree52e36b36986ec166291136d31a00b3ef135a6568 /components/script/lib.rs
parentb0cac458b6b64e7d85a8dcaef3b74f18950fe8a5 (diff)
downloadservo-391296278db4e815daaa72e62bacd88dbde9f7b1.tar.gz
servo-391296278db4e815daaa72e62bacd88dbde9f7b1.zip
Make #[derive(JSTraceable)] a procedural macro
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 96e9cb29731..78e28f24fb0 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -54,6 +54,8 @@ extern crate image;
extern crate ipc_channel;
#[macro_use]
extern crate js;
+#[macro_use]
+extern crate jstraceable_derive;
extern crate libc;
#[macro_use]
extern crate log;