diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2016-11-20 15:24:34 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2016-11-20 15:30:37 +0100 |
commit | b203ab2419d38b2542fcfa6350afe7dac061dfcb (patch) | |
tree | 80bf96d3f40b7b0c52df66be5e923991d18d5a22 /components/style/restyle_hints.rs | |
parent | 08066800cd1a59e56a84dfb0c87f727401aa55e5 (diff) | |
download | servo-b203ab2419d38b2542fcfa6350afe7dac061dfcb.tar.gz servo-b203ab2419d38b2542fcfa6350afe7dac061dfcb.zip |
Rename selector_impl.rs to selector_parser.rs
This makes it consistent with an upcoming update of the selectors crate.
Diffstat (limited to 'components/style/restyle_hints.rs')
-rw-r--r-- | components/style/restyle_hints.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/restyle_hints.rs b/components/style/restyle_hints.rs index c2e4da3dede..df2891f5a52 100644 --- a/components/style/restyle_hints.rs +++ b/components/style/restyle_hints.rs @@ -8,7 +8,7 @@ use Atom; use element_state::*; #[cfg(feature = "servo")] use heapsize::HeapSizeOf; -use selector_impl::{AttrValue, ElementExt, NonTSPseudoClass, Snapshot, TheSelectorImpl}; +use selector_parser::{AttrValue, ElementExt, NonTSPseudoClass, Snapshot, TheSelectorImpl}; use selectors::{Element, MatchAttr}; use selectors::matching::{MatchingReason, StyleRelations}; use selectors::matching::matches_complex_selector; |