mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-07 07:53:09 +00:00
`nim doc --project --index:on chronos.nim` was failing with the following error:
/path/to/nim-chronos/chronos/transports/common.nim(519, 21) Error: '*' expected
...which in turned caused errors in all files that import this one.
Now the entire docs can be built successfully, with only a few warnings.
Fixes #186.