We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105280c commit 934fd9aCopy full SHA for 934fd9a
threading/channels.nim
@@ -83,8 +83,8 @@ when not defined(gcArc) and not defined(gcOrc) and not defined(nimdoc):
83
{.error: "This channel implementation requires --gc:arc or --gc:orc".}
84
85
when defined(nimPreviewSlimSystem):
86
- include std/typedthreads
87
- include std/assertions
+ import std/typedthreads
+ import std/assertions
88
89
import std/[locks, atomics, isolation]
90
import system/ansi_c
0 commit comments