summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authormetagn <metagngn@gmail.com>2023-05-11 11:23:52 +0300
committerGitHub <noreply@github.com>2023-05-11 10:23:52 +0200
commit02be212daee78e3fca9f6b9524c4f3b221e552f3 (patch)
tree72ae4923ab997d476864d971cd5589143ed71dc8 /config
parent3a08e2e6ace20f086ba24360c7139852a75b93b2 (diff)
downloadNim-02be212daee78e3fca9f6b9524c4f3b221e552f3.tar.gz
clean up SOME pending/xxx/issue link comments (#21826)
* clean up SOME pending/xxx/issue link comments

* great
Diffstat (limited to 'config')
-rw-r--r--config/config.nims2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.nims b/config/config.nims
index 4f3e2b13f..5c9c88e8a 100644
--- a/config/config.nims
+++ b/config/config.nims
@@ -11,7 +11,7 @@ cppDefine "NAN"
 when defined(nimStrictMode):
   # xxx add more flags here, and use `-d:nimStrictMode` in more contexts in CI.
 
-  # pending bug #14246, enable this:
+  # enable this:
   # when defined(nimHasWarningAsError):
   #   switch("warningAsError", "UnusedImport")