diff options
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 eb6bbff2ca3..6eb177f6f94 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -43,7 +43,7 @@ extern crate net; extern crate msg; extern crate selectors; #[macro_use] -extern crate "util" as servo_util; +extern crate util; #[no_link] #[macro_use] #[plugin] extern crate string_cache_macros; |