mirror of
https://github.com/logos-storage/questionable.git
synced 2026-01-02 22:03:10 +00:00
`errorban` module [has been deprecated][deprecation] since v0.5.0. The library continued to use it internally, but because of that, it was triggering its own deprecation warning. This commit splits `errorban.nim` into two pieces: the warning and actual code. [deprecation]: https://github.com/status-im/questionable/commit/e66cd2439b
4 lines
105 B
Nim
4 lines
105 B
Nim
{.warning: "errorban is deprecated; use nimble package `upraises` instead".}
|
|
|
|
include ./private/errorban
|