aboutsummaryrefslogtreecommitdiffstats
path: root/src/regex/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/mod.rs')
-rw-r--r--src/regex/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex/mod.rs b/src/regex/mod.rs
index 438361a..f10a92d 100644
--- a/src/regex/mod.rs
+++ b/src/regex/mod.rs
@@ -3,6 +3,7 @@ mod byte_range;
pub mod dfa;
pub mod enfa;
pub mod simple;
+mod decision_tree;
#[derive(PartialEq, Eq, Debug, Clone, Copy, Hash)]
pub enum LookDirection {