Skip to content

Commit

Permalink
Added extra 'changed' annotation in macros-practical since when readi…
Browse files Browse the repository at this point in the history
…ng it I missed this change due to the annotation not being there
  • Loading branch information
David-Aguilo authored and Veykril committed Jan 9, 2024
1 parent acd3623 commit 6ef830c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decl-macros/macros-practical.md
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ macro_rules! recurrence {
let $ind = self.pos;
// ^~~~ changed
let $seq = IndexOffset { slice: &self.mem, offset: $ind };
// ^~~~ changed
// ^~~~ changed ^~~~ changed
$recur
};

Expand Down

0 comments on commit 6ef830c

Please sign in to comment.