From b203ab2419d38b2542fcfa6350afe7dac061dfcb Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Sun, 20 Nov 2016 15:24:34 +0100 Subject: Rename selector_impl.rs to selector_parser.rs This makes it consistent with an upcoming update of the selectors crate. --- components/style/dom.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/style/dom.rs') diff --git a/components/style/dom.rs b/components/style/dom.rs index 06909536417..605baed33a7 100644 --- a/components/style/dom.rs +++ b/components/style/dom.rs @@ -14,7 +14,7 @@ use parking_lot::RwLock; use properties::{ComputedValues, PropertyDeclarationBlock}; use properties::longhands::display::computed_value as display; use restyle_hints::{RESTYLE_DESCENDANTS, RESTYLE_LATER_SIBLINGS, RESTYLE_SELF, RestyleHint}; -use selector_impl::{ElementExt, PseudoElement, RestyleDamage}; +use selector_parser::{ElementExt, PseudoElement, RestyleDamage}; use sink::Push; use std::fmt::Debug; use std::ops::BitOr; -- cgit v1.2.3