Skip to content

Commit

Permalink
silence an escaping reference deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Colvin authored Apr 30, 2021
1 parent 36d03de commit 56fdf14
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 56fdf14

Please sign in to comment.