aboutsummaryrefslogtreecommitdiffstats
path: root/src/run/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/run/mod.rs')
-rw-r--r--src/run/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run/mod.rs b/src/run/mod.rs
index c730272..64522d9 100644
--- a/src/run/mod.rs
+++ b/src/run/mod.rs
@@ -1,3 +1,4 @@
+use crate::regex::RegexEngine;
use crate::rw::*;
use std::collections::HashMap;
use std::path::PathBuf;