summary refs log tree commit diff stats
path: root/lib/impure/re.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-03-05 13:04:03 +0100
committerAraq <rumpf_a@web.de>2018-03-05 13:20:49 +0100
commit0c28dcd9e2f4d29d4774788ddcbe8ddba3696d38 (patch)
tree00599da3ec946e504c1fba697a6f03e98206ec0e /lib/impure/re.nim
parent363c703e723238fc625e0047bd1baa3af6d47ac9 (diff)
downloadNim-0c28dcd9e2f4d29d4774788ddcbe8ddba3696d38.tar.gz
Cleanup docs about re.nim
Diffstat (limited to 'lib/impure/re.nim')
-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>`_