aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/builds.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/builds.rs')
-rw-r--r--mingling_core/src/builds.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/mingling_core/src/builds.rs b/mingling_core/src/builds.rs
index 51bafe6..17dc7d2 100644
--- a/mingling_core/src/builds.rs
+++ b/mingling_core/src/builds.rs
@@ -3,4 +3,7 @@
pub mod comp;
#[cfg(all(feature = "builds", feature = "pathf"))]
-pub use mingling_pathf::*;
+pub use mingling_pathf::analyze_and_build_type_mapping;
+
+#[cfg(all(feature = "builds", feature = "pathf"))]
+pub use mingling_pathf::analyze_and_build_type_mapping_for;