mirror of
https://github.com/logos-storage/questionable.git
synced 2026-01-02 22:03:10 +00:00
Give a clear compiler error when questionable is used with the -d:nimPreviewDotLikeOps flag. Reason: the option is likely to be deprecated or removed. More info: https://github.com/nim-lang/Nim/pull/19919
5 lines
76 B
Nim
5 lines
76 B
Nim
import ./questionable/dotlike
|
|
import ./questionable/options
|
|
|
|
export options
|