mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-01-13 00:54:38 +00:00
6 lines
185 B
Nim
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")
|