summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf@Air-von-Andreas.fritz.box>2021-01-19 19:07:36 +0100
committerAndreas Rumpf <rumpf@Air-von-Andreas.fritz.box>2021-01-19 19:07:36 +0100
commitfbdf3f2cebc4d492b458cecfad1f19fdd1375f5a (patch)
treeb74a3a0205f10aa0fff8f9fbd230315b5ab71d63
parenta0fddfecd438d29ee7acc76333d966911adcedbb (diff)
downloadNim-fbdf3f2cebc4d492b458cecfad1f19fdd1375f5a.tar.gz
intsets are not deprecated
-rw-r--r--doc/lib.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index 66b397cd5..cbab64775 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -107,7 +107,6 @@ Collections
 
 * `intsets <intsets.html>`_
   Efficient implementation of a set of ints as a sparse bit set.
-  **Deprecated:** Use the packedsets module instead.
 
 * `lists <lists.html>`_
   Nim linked list support. Contains singly and doubly linked lists and