Skip to content

Commit c598bf9

Browse files
authored
Merge pull request #170 from lengyijun/patch-5
typo
2 parents a4b3684 + faf493e commit c598bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dump.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ fn build_inputs_by_point_for_visualization(
407407
facts_by_point(
408408
all_facts.path_moved_at_base.iter().cloned(),
409409
|(var, point)| (point, (var,)),
410-
"moved_out_at_base".to_string(),
410+
"path_moved_at_base".to_string(),
411411
1,
412412
intern,
413413
),

0 commit comments

Comments
 (0)