diff options
author | Andreas Rumpf <rumpf@Air-von-Andreas.fritz.box> | 2021-01-19 19:07:36 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf@Air-von-Andreas.fritz.box> | 2021-01-19 19:07:36 +0100 |
commit | fbdf3f2cebc4d492b458cecfad1f19fdd1375f5a (patch) | |
tree | b74a3a0205f10aa0fff8f9fbd230315b5ab71d63 | |
parent | a0fddfecd438d29ee7acc76333d966911adcedbb (diff) | |
download | Nim-fbdf3f2cebc4d492b458cecfad1f19fdd1375f5a.tar.gz |
intsets are not deprecated
-rw-r--r-- | doc/lib.rst | 1 |
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 |