mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
Clarify use of import via pseudo dir... (#18569)
This commit is contained in:
@@ -6190,6 +6190,7 @@ There are two pseudo directories:
|
||||
its semantics are: *Use the search path to look for module name but ignore the standard
|
||||
library locations*. In other words, it is the opposite of `std`.
|
||||
|
||||
It is recommended and preferred but not currently enforced that all stdlib module imports include the std/ "pseudo directory" as part of the import name.
|
||||
|
||||
From import statement
|
||||
---------------------
|
||||
|
||||
Reference in New Issue
Block a user