From fbdf3f2cebc4d492b458cecfad1f19fdd1375f5a Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 19 Jan 2021 19:07:36 +0100 Subject: [PATCH] intsets are not deprecated --- doc/lib.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/lib.rst b/doc/lib.rst index 66b397cd5f..cbab64775d 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -107,7 +107,6 @@ Collections * `intsets `_ Efficient implementation of a set of ints as a sparse bit set. - **Deprecated:** Use the packedsets module instead. * `lists `_ Nim linked list support. Contains singly and doubly linked lists and