Suppress unused config warning in termask
1 files changed, 4 insertions(+), 0 deletions(-) M src/romanpkg/config.nim
M src/romanpkg/config.nim => src/romanpkg/config.nim +4 -0
@@ 7,6 7,10 @@ import paths from types import RomanConfig +# Imported from generic function in termask, so the use isn't recognized +when defined(nimHasUsed): + {.used.} + proc strToChar(config: Config, section: string, key: string): char {. raises: [RomanError].} =