mirror of
https://github.com/logos-storage/nim-serde.git
synced 2026-01-02 13:43:06 +00:00
5 lines
184 B
Nim
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") |