summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/impure/re.nim6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/impure/re.nim b/lib/impure/re.nim
index c7f8f336b..3c7c39d2b 100644
--- a/lib/impure/re.nim
+++ b/lib/impure/re.nim
@@ -7,11 +7,7 @@
 #    distribution, for details about the copyright.
 #
 
-## Regular expression support for Nim. This module still has some
-## obscure bugs and limitations,
-## consider using the ``nre`` or ``pegs`` modules instead.
-## We had to de-deprecate this module since too much code relies on it
-## and many people prefer its API over ``nre``'s.
+## Regular expression support for Nim.
 ##
 ## This module is implemented by providing a wrapper around the
 ## `PRCE (Perl-Compatible Regular Expressions) <http://www.pcre.org>`_