Skip to content

Commit 534324a

Browse files
oflattCopilot
andauthored
Update src/fresh_macro.rs
Co-authored-by: Copilot <[email protected]>
1 parent 53f7d7f commit 534324a

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
@@ -40,7 +40,7 @@ fn desugar_fresh_rule(
4040
symbol_gen: &mut SymbolGen,
4141
type_info: &TypeInfo,
4242
) -> Result<Vec<Command>, Error> {
43-
// Collect fresh! sorts from actions
43+
// Collect unstable-fresh! sorts from actions
4444
let fresh_sorts = collect_fresh_sorts(&rule.head.0);
4545
if fresh_sorts.is_empty() {
4646
return Ok(vec![Command::Rule { rule }]);

0 commit comments

Comments
 (0)