remove unsupported pragma

This commit is contained in:
Jacek Sieka 2023-12-20 16:06:16 +01:00
parent 29b29e1945
commit 6f32e89f14
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ type
ArrayAccess
Error
Node* = ref object {.acyclic.}
Node* = ref object
case kind*: NodeKind
of Dot:
objVal*, field*: Node