nim-ethers/testmodule/config.nims
Mark Spanbroek 310b06dfe8 Fix warnings
2023-07-04 12:58:48 +02:00

6 lines
185 B
Nim

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