aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/src/parselib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_picker/src/parselib.rs')
-rw-r--r--mingling_picker/src/parselib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mingling_picker/src/parselib.rs b/mingling_picker/src/parselib.rs
index 5950c9d..cf550b7 100644
--- a/mingling_picker/src/parselib.rs
+++ b/mingling_picker/src/parselib.rs
@@ -1,4 +1,5 @@
-mod bool_matcher;
+mod flag_matcher;
+pub use flag_matcher::*;
mod style;
pub use style::*;