mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
selectors: Remove custom attribute-affecting logic and sibling-affecting logic from rust-selectors.
MozReview-Commit-ID: BjZY6TjJbcb Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
parent
63988b9103
commit
1748150497
4 changed files with 154 additions and 120 deletions
|
@ -12,6 +12,7 @@ pub mod bloom;
|
|||
pub mod matching;
|
||||
pub mod parser;
|
||||
mod tree;
|
||||
pub mod visitor;
|
||||
|
||||
pub use parser::{SelectorImpl, Parser, SelectorList};
|
||||
pub use tree::Element;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue