diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
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; |