Skip to content

Commit a3d8187

Browse files
committed
fix ci
1 parent 198eaaa commit a3d8187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nuance/nodeutils.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import node
22

3-
proc `==`*(a, b: UntypedNode): bool =
3+
proc `==`*(a, b: UntypedNode): bool {.noSideEffect.} =
44
if a.kind != b.kind: return false
55
if a.info != b.info: return false
66
case a.kind

0 commit comments

Comments
 (0)