Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Aug 9, 2022
1 parent 4e801b0 commit b67afeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/collections/sequtils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ template toSeq*(iter: untyped): untyped =
inc i
result
else:
var result: seq[typeof(iter)] = @[]
var result: seq[typeof(iter)]# = @[]
for x in iter:
result.add(x)
result
Expand Down

0 comments on commit b67afeb

Please sign in to comment.