mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Have a concrete SelectorImpl type everywhere in the style crate.
It is conditionally compiled to one implementation or the other (Gecko or Servo) with `#[cfg(…)]`.
This commit is contained in:
parent
4b7060554b
commit
5c70dfab01
16 changed files with 236 additions and 232 deletions
|
@ -97,7 +97,7 @@ pub mod selector_impl;
|
|||
pub mod selector_matching;
|
||||
pub mod sequential;
|
||||
pub mod servo;
|
||||
pub mod servo_selector_impl;
|
||||
#[cfg(feature = "servo")] pub mod servo_selector_impl;
|
||||
pub mod sink;
|
||||
pub mod str;
|
||||
pub mod stylesheets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue