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, 1 insertions, 1 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index 3fca994960c..e5080078f98 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -115,7 +115,7 @@ pub mod refcell;
pub mod restyle_hints;
pub mod rule_tree;
pub mod selector_impl;
-pub mod selector_matching;
+pub mod stylist;
#[cfg(feature = "servo")] #[allow(unsafe_code)] pub mod servo;
pub mod sequential;
pub mod sink;