aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2017-08-24 11:48:24 -0700
committerBobby Holley <bobbyholley@gmail.com>2017-08-25 10:00:27 -0700
commit707ab455bb932d4635c0376634f35671fc756f49 (patch)
tree6f1d89a3fc34c361406dcc182ca2ae63f795e21d /components/style/lib.rs
parentf7c6b2f04e4fde86332cd88a682a181563249718 (diff)
downloadservo-707ab455bb932d4635c0376634f35671fc756f49.tar.gz
servo-707ab455bb932d4635c0376634f35671fc756f49.zip
Eliminate the sequential/traversal parallel distinction in favor of a unified adaptive driver.
MozReview-Commit-ID: ADVTNJntzmp
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index fc409276b67..929a1fde4ac 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -105,6 +105,7 @@ pub mod counter_style;
pub mod custom_properties;
pub mod data;
pub mod dom;
+pub mod driver;
pub mod element_state;
#[cfg(feature = "servo")] mod encoding_support;
pub mod error_reporting;
@@ -128,7 +129,6 @@ pub mod sharing;
pub mod style_resolver;
pub mod stylist;
#[cfg(feature = "servo")] #[allow(unsafe_code)] pub mod servo;
-pub mod sequential;
pub mod str;
pub mod style_adjuster;
pub mod stylesheet_set;