From 391296278db4e815daaa72e62bacd88dbde9f7b1 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Wed, 2 Nov 2016 22:43:37 +0100 Subject: Make #[derive(JSTraceable)] a procedural macro --- components/script/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/script/lib.rs') 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; -- cgit v1.2.3