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 31f1471ff..43437ddb4 100644 --- a/lib/pure/strmisc.nim +++ b/lib/pure/strmisc.nim @@ -12,7 +12,7 @@ import strutils -{.deadCodeElim: on.} # dce option deprecated +{.deadCodeElim: on.} # dce option deprecated proc expandTabs*(s: string, tabSize: int = 8): string {.noSideEffect, procvar.} = |