summary refs log tree commit diff stats
path: root/doc/lib.rst
diff options
context:
space:
mode:
authorkonsumlamm <44230978+konsumlamm@users.noreply.github.com>2021-11-09 19:00:43 +0100
committerGitHub <noreply@github.com>2021-11-09 19:00:43 +0100
commit46fb85542518c8594c24d168b025cc8a64b8fb3d (patch)
treed0244c9bb4c1899cae110f87bc534664d04c6d20 /doc/lib.rst
parentb0f4a9b845e4d483547f1a3818e3caf53cd90964 (diff)
downloadNim-46fb85542518c8594c24d168b025cc8a64b8fb3d.tar.gz
Deprecate `std/sharedlist` and `std/sharedtables` (#19112)
Diffstat (limited to 'doc/lib.rst')
-rw-r--r--doc/lib.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index 54728d681..881d857d3 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -134,12 +134,6 @@ Collections
 * `sets <sets.html>`_
   Nim hash set support.
 
-* `sharedlist <sharedlist.html>`_
-  Nim shared linked list support. Contains a shared singly-linked list.
-
-* `sharedtables <sharedtables.html>`_
-  Nim shared hash table support. Contains shared tables.
-
 * `tables <tables.html>`_
   Nim hash table support. Contains tables, ordered tables, and count tables.