Skip to content

Commit

Permalink
remove unsupported pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Dec 20, 2023
1 parent 29b29e1 commit 6f32e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncli/nimquery.nim
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type
ArrayAccess
Error

Node* = ref object {.acyclic.}
Node* = ref object
case kind*: NodeKind
of Dot:
objVal*, field*: Node
Expand Down

0 comments on commit 6f32e89

Please sign in to comment.