summary refs log tree commit diff stats
path: root/doc
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 /doc
parente1ddd2d524e3e57df25d6498d275f019e450111e (diff)
downloadNim-0a1f204f0ffb6201e0f0ea8466e9d474beae5324.tar.gz
removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/lib.md b/doc/lib.md
index 468ee84e3..082437ebc 100644
--- a/doc/lib.md
+++ b/doc/lib.md
@@ -41,10 +41,6 @@ Automatic imports
   Basic Nim thread support. **Note:** This is part of the system module. Do not
   import it explicitly. Enabled with `--threads:on`:option:.
 
-* [channels_builtin](channels_builtin.html)
-  Nim message passing support for threads. **Note:** This is part of the
-  system module. Do not import it explicitly. Enabled with `--threads:on`:option:.
-
 
 Core
 ----