diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-04-30 22:26:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 07:26:52 +0200 |
commit | 82996aee3f4ab620a210ab73946f87d44052d999 (patch) | |
tree | cb931ff34a0ceb39acf967c0142ee8ee35f9d2a7 /lib/std/compilesettings.nim | |
parent | 1f1d85bb9c614d93ce38becdcc421dda00264a75 (diff) | |
download | Nim-82996aee3f4ab620a210ab73946f87d44052d999.tar.gz |
misc fixes: remove `forceConst` (obsolete by static), add more runnableExamples to system (#17896)
* misc fixes * add runnableExamples for compileOption * add runnableExamples for runnableExamples * move tconsteval => tconst * cleanup
Diffstat (limited to 'lib/std/compilesettings.nim')
-rw-r--r-- | lib/std/compilesettings.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/compilesettings.nim b/lib/std/compilesettings.nim index 725b68acd..273cfdb57 100644 --- a/lib/std/compilesettings.nim +++ b/lib/std/compilesettings.nim @@ -8,7 +8,7 @@ # ## This module allows querying the compiler about -## diverse configuration settings. +## diverse configuration settings. See also `compileOption`. # Note: Only add new enum values at the end to ensure binary compatibility with # other Nim compiler versions! |