summary refs log tree commit diff stats
path: root/lib/pure/collections
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-10-31 16:56:05 +0800
committerGitHub <noreply@github.com>2022-10-31 16:56:05 +0800
commit0a1f204f0ffb6201e0f0ea8466e9d474beae5324 (patch)
treeca1c9f01a2749f5bb448aac5ce613fb882e6c23b /lib/pure/collections
parente1ddd2d524e3e57df25d6498d275f019e450111e (diff)
downloadNim-0a1f204f0ffb6201e0f0ea8466e9d474beae5324.tar.gz
removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)
Diffstat (limited to 'lib/pure/collections')
-rw-r--r--lib/pure/collections/deques.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pure/collections/deques.nim b/lib/pure/collections/deques.nim
index c4eb5331e..7e9ed32f3 100644
--- a/lib/pure/collections/deques.nim
+++ b/lib/pure/collections/deques.nim
@@ -47,7 +47,6 @@ runnableExamples:
 ## See also
 ## ========
 ## * `lists module <lists.html>`_ for singly and doubly linked lists and rings
-## * `channels module <channels_builtin.html>`_ for inter-thread communication
 
 import std/private/since