aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r--components/layout/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index f12335d9c04..fa8e939839c 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -47,7 +47,7 @@ extern crate net_traits;
extern crate rustc_serialize;
extern crate script;
extern crate script_traits;
-extern crate selectors;
+#[macro_use(state_pseudo_classes)] extern crate selectors;
extern crate serde;
extern crate serde_json;
extern crate smallvec;