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/layout/construct.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/layout/construct.rs')
-rw-r--r-- | components/layout/construct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |