From 79ac365a68333072d80c41c05e56effbe1335f3d Mon Sep 17 00:00:00 2001 From: Bobby Holley Date: Wed, 21 Oct 2015 11:37:51 -0700 Subject: Move EventState to rust-selectors. --- components/script/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/lib.rs') 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; -- cgit v1.2.3