mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 06:20:38 +00:00
* fix #15851
* {.cast(noSideEffect).}
(cherry picked from commit 218ff27b70)
This commit is contained in:
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user