summary refs log tree commit diff stats
path: root/lib/pure/regexprs.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/regexprs.nim')
-rwxr-xr-xlib/pure/regexprs.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/regexprs.nim b/lib/pure/regexprs.nim
index cff3152cf..43c7f05be 100755
--- a/lib/pure/regexprs.nim
+++ b/lib/pure/regexprs.nim
@@ -21,6 +21,8 @@
 # This is not just a convenient wrapper for the pcre library; the
 # API will stay the same if the implementation should change.
 
+{.deprecated.}
+
 import
   pcre, strutils