diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-09-23 18:23:37 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-09-23 18:23:37 +0530 |
commit | 27f3bcd7183d836bd454e687706b4e76d6d3b312 (patch) | |
tree | c6226c89a8ba9171e2d3a37c20b23902c8fc3919 /components/layout/lib.rs | |
parent | 6177a3bdcca974d5070b0ecab0973d42963946ec (diff) | |
parent | 5b866e9e4616c63c99ef5c945d3fbaf429b1b460 (diff) | |
download | servo-27f3bcd7183d836bd454e687706b4e76d6d3b312.tar.gz servo-27f3bcd7183d836bd454e687706b4e76d6d3b312.zip |
Merge pull request #3435 from Manishearth/macro_reorg
Reorganize macros crate; r=jdm
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index a613a5dec1e..5ef17f65359 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -23,7 +23,7 @@ extern crate script_traits; extern crate serialize; extern crate style; #[phase(plugin)] -extern crate "macros" as servo_macros; +extern crate "plugins" as servo_plugins; extern crate "net" as servo_net; extern crate "msg" as servo_msg; #[phase(plugin, link)] |