* fix #15851

* {.cast(noSideEffect).}

(cherry picked from commit 218ff27b70)
This commit is contained in:
flywind
2020-11-06 18:40:14 +08:00
committed by narimiran
parent 992912e21d
commit ac32cf129b
2 changed files with 11 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ discard """
cmd: "nim c --experimental:strictFuncs --experimental:views $file"
"""
import tables, streams, nre, parsecsv, uri
import tables, streams, nre, parsecsv, uri, httpcore
type
Contig2Reads = TableRef[string, seq[string]]