nim-serde/tests/config.nims
2024-02-07 09:40:48 +11:00

5 lines
184 B
Nim

switch("path", "..")
when (NimMajor, NimMinor) >= (1, 4):
switch("hint", "XCannotRaiseY:off")
when (NimMajor, NimMinor, NimPatch) >= (1, 6, 11):
switch("warning", "BareExcept:off")