Skip to content

Commit 65a9643

Browse files
authored
config.nims template redefinition disabling unnecessary now that nim-chronicles bumped (#7001)
1 parent 9173dec commit 65a9643

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config.nims

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,6 @@ switch("warning", "CaseTransition:off")
185185
# should be fixed out-of-band of `unstable` branch.
186186
switch("warning", "BareExcept:off")
187187

188-
# Chronicles triggers these
189-
# vendor/nim-chronicles/chronicles.nim(74, 14) Warning: template 'activeChroniclesScope' is implicitly redefined; this is deprecated, add an explicit .redefine pragma [ImplicitTemplateRedefinition]
190-
switch("warning", "ImplicitTemplateRedefinition:off")
191-
192188
# Too many of these because of Defect compat in 1.2
193189
switch("hint", "XCannotRaiseY:off")
194190

0 commit comments

Comments
 (0)