[backport] fix documentation leak to os.nim[ci skip]

(cherry picked from commit 29e0a792ff)
This commit is contained in:
narimiran
2019-01-14 09:24:12 +01:00
parent e21b578740
commit e8aaec0153
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
## Include file that implements 'getEnv' and friends. Do not import it!
# Include file that implements 'getEnv' and friends. Do not import it!
when not declared(ospaths):
{.error: "This is an include file for ospaths.nim!".}

View File

@@ -1,4 +1,4 @@
## Include file that implements 'osErrorMsg' and friends. Do not import it!
# Include file that implements 'osErrorMsg' and friends. Do not import it!
when not declared(ospaths):
{.error: "This is an include file for ospaths.nim!".}