summary refs log tree commit diff stats
path: root/tools/kochdocs.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-02-20 09:08:13 -0800
committerGitHub <noreply@github.com>2021-02-20 18:08:13 +0100
commite94a3e5fcd4f36f090520a859e587c6019ba296b (patch)
tree505109bd9b5ba1815131b64fabb91c8f9ec93703 /tools/kochdocs.nim
parentbd199a8d31a6c93b0bde4526b3f9eb5f677625ce (diff)
downloadNim-e94a3e5fcd4f36f090520a859e587c6019ba296b.tar.gz
move prelude so that `include std/prelude` also works (#17110)
* move prelude so that `include std/prelude` also works

* add test
Diffstat (limited to 'tools/kochdocs.nim')
-rw-r--r--tools/kochdocs.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim
index 992725a2e..ca0e07ccc 100644
--- a/tools/kochdocs.nim
+++ b/tools/kochdocs.nim
@@ -143,7 +143,7 @@ lib/posix/termios.nim
 
   # some of these are include files so shouldn't be docgen'd
   ignoredModules = """
-lib/prelude.nim
+lib/pure/prelude.nim
 lib/pure/future.nim
 lib/pure/collections/hashcommon.nim
 lib/pure/collections/tableimpl.nim