aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index 325c89fdd46..6e45d9a9411 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -92,7 +92,9 @@ pub mod selector_matching;
pub mod sequential;
pub mod servo;
pub mod sink;
+pub mod str;
pub mod stylesheets;
+mod tid;
pub mod traversal;
#[macro_use]
#[allow(non_camel_case_types)]