mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Hoist specificity computation into a new private builder module.
This patch doesn't modify any of the code because making a few things pub. I did this first to make the next patch easier to audit. MozReview-Commit-ID: 7PYxoS5bVGN
This commit is contained in:
parent
1d242ad760
commit
1fc1d64e80
3 changed files with 144 additions and 136 deletions
|
@ -15,6 +15,7 @@ extern crate smallvec;
|
|||
|
||||
pub mod attr;
|
||||
pub mod bloom;
|
||||
mod builder;
|
||||
pub mod context;
|
||||
pub mod matching;
|
||||
pub mod parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue