Skip to content

Commit 3222e40

Browse files
oflattCopilot
andauthored
Update src/fresh_macro.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 534324a commit 3222e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fresh_macro.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fn desugar_fresh_rule(
6868
// Add i64 for unique index
6969
schema.push("i64".to_string());
7070

71-
// Output sort is the fresh! sort
71+
// Output sort is the unstable-fresh! sort
7272
let output_sort = fresh_sorts[0].clone();
7373

7474
// Create constructor function declaration

0 commit comments

Comments
 (0)