summary refs log tree commit diff stats
path: root/lib/pure/collections/tables.nim
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 /lib/pure/collections/tables.nim
parentb0f4a9b845e4d483547f1a3818e3caf53cd90964 (diff)
downloadNim-46fb85542518c8594c24d168b025cc8a64b8fb3d.tar.gz
Deprecate `std/sharedlist` and `std/sharedtables` (#19112)
Diffstat (limited to 'lib/pure/collections/tables.nim')
-rw-r--r--lib/pure/collections/tables.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pure/collections/tables.nim b/lib/pure/collections/tables.nim
index 2695f3693..00f71ef1d 100644
--- a/lib/pure/collections/tables.nim
+++ b/lib/pure/collections/tables.nim
@@ -191,7 +191,6 @@ runnableExamples:
 ##
 ## * `json module<json.html>`_ for table-like structure which allows
 ##   heterogeneous members
-## * `sharedtables module<sharedtables.html>`_ for shared hash table support
 ## * `strtabs module<strtabs.html>`_ for efficient hash tables
 ##   mapping from strings to strings
 ## * `hashes module<hashes.html>`_ for helper functions for hashing