diff options
author | Bobby Holley <bobbyholley@gmail.com> | 2015-10-21 11:37:51 -0700 |
---|---|---|
committer | Bobby Holley <bobbyholley@gmail.com> | 2015-10-30 21:02:35 -0700 |
commit | 79ac365a68333072d80c41c05e56effbe1335f3d (patch) | |
tree | 4cac4c0dc50a40f9fa31b745f3ada54e1ee293d9 /components/script/lib.rs | |
parent | f7f27a81463b062f0aef8055315ba6ad167ea592 (diff) | |
download | servo-79ac365a68333072d80c41c05e56effbe1335f3d.tar.gz servo-79ac365a68333072d80c41c05e56effbe1335f3d.zip |
Move EventState to rust-selectors.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
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; |