diff options
Diffstat (limited to 'lib/pure/strmisc.nim')
-rw-r--r-- | lib/pure/strmisc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/strmisc.nim b/lib/pure/strmisc.nim index 89ef2fcd2..d1ff920c9 100644 --- a/lib/pure/strmisc.nim +++ b/lib/pure/strmisc.nim @@ -12,7 +12,7 @@ import strutils -{.deadCodeElim: on.} +{.deadCodeElim: on.} # dce option deprecated proc expandTabs*(s: string, tabSize: int = 8): string {.noSideEffect, procvar.} = |