aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_picker/src/lib.rs')
-rw-r--r--mingling_picker/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling_picker/src/lib.rs b/mingling_picker/src/lib.rs
index 97020a4..a2f3995 100644
--- a/mingling_picker/src/lib.rs
+++ b/mingling_picker/src/lib.rs
@@ -4,8 +4,8 @@ pub use picker::*;
mod pickable;
pub use pickable::*;
-mod requirement;
-pub use requirement::*;
+mod flag;
+pub use flag::*;
mod result;
pub use result::*;