Skip to content

Commit

Permalink
Merge pull request #299 from John-Colvin/patch-3
Browse files Browse the repository at this point in the history
silence an escaping reference deprecation
  • Loading branch information
veelo authored Apr 30, 2021
2 parents 36d03de + 56fdf14 commit d5b5052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pegged/peg.d
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ struct ParseTree
return children[index];
}
ref ParseTree[] opIndex() {
ref ParseTree[] opIndex() return {
return children;
}
Expand Down

0 comments on commit d5b5052

Please sign in to comment.