Rename selector_impl.rs to selector_parser.rs

This makes it consistent with an upcoming update of the selectors crate.
This commit is contained in:
Simon Sapin 2016-11-20 15:24:34 +01:00
parent 08066800cd
commit b203ab2419
36 changed files with 47 additions and 47 deletions

View file

@ -5,7 +5,7 @@
use flow::{self, AFFECTS_COUNTERS, Flow, HAS_COUNTER_AFFECTING_CHILDREN, IS_ABSOLUTELY_POSITIONED};
use style::computed_values::float;
use style::dom::TRestyleDamage;
use style::selector_impl::RestyleDamage;
use style::selector_parser::RestyleDamage;
use style::servo::restyle_damage::{REFLOW, RECONSTRUCT_FLOW};
bitflags! {