mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Move all the style sharing code outside matching.rs
This is just a code health change. I want to move it away to keep matching.rs as simple as possible.
This commit is contained in:
parent
d98abe1397
commit
311c403522
6 changed files with 585 additions and 499 deletions
|
@ -121,6 +121,7 @@ pub mod rule_tree;
|
|||
pub mod scoped_tls;
|
||||
pub mod selector_parser;
|
||||
pub mod shared_lock;
|
||||
pub mod sharing;
|
||||
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