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.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling_picker/src/lib.rs b/mingling_picker/src/lib.rs
index c3c15b9..afc7aca 100644
--- a/mingling_picker/src/lib.rs
+++ b/mingling_picker/src/lib.rs
@@ -14,6 +14,8 @@ pub use infos::*;
pub mod parselib;
+pub mod value;
+
pub mod prelude {
pub use crate::IntoPicker;
}
@@ -36,5 +38,6 @@ pub mod matcher_needed {
#[cfg(feature = "mingling_support")]
mod corebind;
+#[allow(unused_imports)]
#[cfg(feature = "mingling_support")]
pub use corebind::*;