aboutsummaryrefslogtreecommitdiff
path: root/examples/example-pathfinder/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-pathfinder/build.rs')
-rw-r--r--examples/example-pathfinder/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-pathfinder/build.rs b/examples/example-pathfinder/build.rs
index 1dcc2fc..e96f978 100644
--- a/examples/example-pathfinder/build.rs
+++ b/examples/example-pathfinder/build.rs
@@ -1,4 +1,4 @@
-use mingling::builds::analyze_and_build_type_mapping;
+use mingling::build::analyze_and_build_type_mapping;
fn main() {
// --------- IMPORTANT ---------