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/layout/construct.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/layout/construct.rs') diff --git a/components/layout/construct.rs b/components/layout/construct.rs index cec247986b3..5c4f1ce7849 100644 --- a/components/layout/construct.rs +++ b/components/layout/construct.rs @@ -51,7 +51,7 @@ use style::computed_values::position; use style::context::SharedStyleContext; use style::logical_geometry::Direction; use style::properties::{self, ServoComputedValues}; -use style::selector_impl::{PseudoElement, RestyleDamage}; +use style::selector_parser::{PseudoElement, RestyleDamage}; use style::servo::restyle_damage::{BUBBLE_ISIZES, RECONSTRUCT_FLOW}; use style::stylist::Stylist; use table::TableFlow; -- cgit v1.2.3