Skip to content

Commit

Permalink
Mark code as generated to prevent warnings (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
TBK145 authored Jan 20, 2025
1 parent 0c9a1cc commit cab425f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nimble_parsec/compiler.ex
Original file line number Diff line number Diff line change
@@ -172,7 +172,7 @@ defmodule NimbleParsec.Compiler do
end

body =
quote do
quote generated: true do
case unquote(call) do
{:ok, acc, rest, context, line, offset} ->
unquote(next)(rest, acc, stack, context, line, offset)

0 comments on commit cab425f

Please sign in to comment.