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 e5080078f98..68a8ef46d40 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -114,7 +114,7 @@ pub mod parser;
pub mod refcell;
pub mod restyle_hints;
pub mod rule_tree;
-pub mod selector_impl;
+pub mod selector_parser;
pub mod stylist;
#[cfg(feature = "servo")] #[allow(unsafe_code)] pub mod servo;
pub mod sequential;