mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 05:53:22 +00:00
[backport] fix documentation leak to os.nim[ci skip]
(cherry picked from commit 29e0a792ff)
This commit is contained in:
@@ -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!".}
|
||||
|
||||
@@ -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!".}
|
||||
|
||||
Reference in New Issue
Block a user