aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2015-10-31 10:05:45 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2015-10-31 10:05:45 +0530
commit521a87180a85709f8f704df33537f79bd131bf71 (patch)
tree4cac4c0dc50a40f9fa31b745f3ada54e1ee293d9 /components/script/lib.rs
parent7512aa69c034767cfb41206180bec50b020b2b0f (diff)
parent79ac365a68333072d80c41c05e56effbe1335f3d (diff)
downloadservo-521a87180a85709f8f704df33537f79bd131bf71.tar.gz
servo-521a87180a85709f8f704df33537f79bd131bf71.zip
Auto merge of #8162 - bholley:centralize_event_states, r=pcwalton
Centralize event states in rust-selectors This still needs a rev bump on rust-selectors once https://github.com/servo/rust-selectors/pull/55 gets merged. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8162) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index b442a3b2d31..e4481fb7d49 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -70,7 +70,7 @@ extern crate rand;
extern crate rustc_serialize;
extern crate rustc_unicode;
extern crate script_traits;
-extern crate selectors;
+#[macro_use(state_pseudo_classes)] extern crate selectors;
extern crate serde;
extern crate smallvec;
extern crate string_cache;