diff options
author | konsumlamm <44230978+konsumlamm@users.noreply.github.com> | 2021-11-09 19:00:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 19:00:43 +0100 |
commit | 46fb85542518c8594c24d168b025cc8a64b8fb3d (patch) | |
tree | d0244c9bb4c1899cae110f87bc534664d04c6d20 /lib/pure/collections/tables.nim | |
parent | b0f4a9b845e4d483547f1a3818e3caf53cd90964 (diff) | |
download | Nim-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.nim | 1 |
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 |