aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2014-09-23 18:23:37 +0530
committerManish Goregaokar <manishsmail@gmail.com>2014-09-23 18:23:37 +0530
commit27f3bcd7183d836bd454e687706b4e76d6d3b312 (patch)
treec6226c89a8ba9171e2d3a37c20b23902c8fc3919 /components/script/lib.rs
parent6177a3bdcca974d5070b0ecab0973d42963946ec (diff)
parent5b866e9e4616c63c99ef5c945d3fbaf429b1b460 (diff)
downloadservo-27f3bcd7183d836bd454e687706b4e76d6d3b312.tar.gz
servo-27f3bcd7183d836bd454e687706b4e76d6d3b312.zip
Merge pull request #3435 from Manishearth/macro_reorg
Reorganize macros crate; r=jdm
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index c4b6b675d42..667bfb0e413 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -33,7 +33,7 @@ extern crate time;
extern crate canvas;
extern crate script_traits;
#[phase(plugin)]
-extern crate "macros" as servo_macros;
+extern crate "plugins" as servo_plugins;
extern crate "net" as servo_net;
extern crate "util" as servo_util;
extern crate style;