summary refs log tree commit diff stats
path: root/drnim
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2021-09-29 11:14:47 +0200
committerGitHub <noreply@github.com>2021-09-29 11:14:47 +0200
commitb74b914e4f36199797b77e98bd2d771b4056a0d6 (patch)
treea9ade47091ececeb35ec0bdb36ae087e914a9dcc /drnim
parentf061971a9be5222f0f158f605220f3bda42f7488 (diff)
downloadNim-b74b914e4f36199797b77e98bd2d771b4056a0d6.tar.gz
[backport] use old style hints in .cfg files (#18917)
refs #18085
Diffstat (limited to 'drnim')
-rw-r--r--drnim/nim.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/drnim/nim.cfg b/drnim/nim.cfg
index 57dca974c..58c1725d9 100644
--- a/drnim/nim.cfg
+++ b/drnim/nim.cfg
@@ -1,6 +1,6 @@
 # Special configuration file for the Nim project
 
-hint:XDeclaredButNotUsed:off
+hint[XDeclaredButNotUsed]:off
 
 define:booting
 define:nimcore