mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Strip down StyleArc to what we need.
We remove most of the doc comments to minimize the number of lines of forked code. MozReview-Commit-ID: LehEisKxkJW
This commit is contained in:
parent
46bc0525f7
commit
6d8fc600b8
2 changed files with 141 additions and 1227 deletions
|
@ -70,6 +70,7 @@ extern crate pdqsort;
|
|||
#[cfg(feature = "gecko")] extern crate precomputed_hash;
|
||||
extern crate rayon;
|
||||
extern crate selectors;
|
||||
#[cfg(feature = "servo")] extern crate serde;
|
||||
#[cfg(feature = "servo")] #[macro_use] extern crate serde_derive;
|
||||
#[cfg(feature = "servo")] #[macro_use] extern crate servo_atoms;
|
||||
#[cfg(feature = "servo")] extern crate servo_config;
|
||||
|
@ -118,6 +119,7 @@ pub mod sequential;
|
|||
pub mod sink;
|
||||
pub mod str;
|
||||
pub mod style_adjuster;
|
||||
pub mod stylearc;
|
||||
pub mod stylesheet_set;
|
||||
pub mod stylesheets;
|
||||
pub mod supports;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue