diff options
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 13e11e06c54..336b47476d8 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -28,9 +28,10 @@ extern crate "net" as servo_net; extern crate "msg" as servo_msg; #[phase(plugin, link)] extern crate "util" as servo_util; -extern crate string_cache; + #[phase(plugin)] extern crate string_cache_macros; +extern crate string_cache; extern crate collections; extern crate encoding; |