aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/selectors/lib.rs')
-rw-r--r--components/selectors/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/selectors/lib.rs b/components/selectors/lib.rs
index 130475271fc..16a7949cfa9 100644
--- a/components/selectors/lib.rs
+++ b/components/selectors/lib.rs
@@ -15,6 +15,7 @@ extern crate smallvec;
pub mod attr;
pub mod bloom;
+pub mod context;
pub mod matching;
pub mod parser;
#[cfg(test)] mod size_of_tests;