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 055d658ddee..17a05dac3fb 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -36,7 +36,7 @@ extern crate script_traits; #[no_link] #[plugin] #[macro_use] extern crate "plugins" as servo_plugins; extern crate "net" as servo_net; -extern crate "util" as servo_util; +extern crate util; #[macro_use] extern crate style; extern crate "msg" as servo_msg; |