mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
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:
parent
08066800cd
commit
b203ab2419
36 changed files with 47 additions and 47 deletions
|
@ -114,7 +114,7 @@ pub mod parser;
|
|||
pub mod refcell;
|
||||
pub mod restyle_hints;
|
||||
pub mod rule_tree;
|
||||
pub mod selector_impl;
|
||||
pub mod selector_parser;
|
||||
pub mod stylist;
|
||||
#[cfg(feature = "servo")] #[allow(unsafe_code)] pub mod servo;
|
||||
pub mod sequential;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue