Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a nimsuggest crash when using chronos
The following would crash nimsuggest on init: ``` import chronos type HistoryQuery = object start: int limit: int HistoryResult = object messages: string type HistoryQueryHandler* = proc(req: HistoryQuery): Future[HistoryResult] {.async, gcsafe.} ```
- Loading branch information