diff options
Diffstat (limited to 'examples/example-combine-pathf-dispatch-tree/build.rs')
| -rw-r--r-- | examples/example-combine-pathf-dispatch-tree/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-combine-pathf-dispatch-tree/build.rs b/examples/example-combine-pathf-dispatch-tree/build.rs index 4c66258..d909431 100644 --- a/examples/example-combine-pathf-dispatch-tree/build.rs +++ b/examples/example-combine-pathf-dispatch-tree/build.rs @@ -1,3 +1,3 @@ fn main() { - mingling::pathf::analyze_and_build_type_mapping().unwrap(); + mingling::build::analyze_and_build_type_mapping().unwrap(); } |
