aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index 7a0ffa365d1..a9863bc1589 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -32,7 +32,7 @@ extern crate string_cache;
#[macro_use]
extern crate lazy_static;
-extern crate "util" as servo_util;
+extern crate util;
pub use media_queries::{Device, MediaType};