diff options
-rw-r--r-- | lib/core/macrocache.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/core/macrocache.nim b/lib/core/macrocache.nim index bd48b5bd4..8fe1fa603 100644 --- a/lib/core/macrocache.nim +++ b/lib/core/macrocache.nim @@ -11,8 +11,7 @@ ## time information across module boundaries in global variables. ## Starting with version 0.19 of Nim this is not directly supported anymore ## as it breaks incremental compilations. -## Instead the API here needs to be used. See XXX (wikipedia page) for a -## theoretical foundation behind this. +## Instead the API here needs to be used. type CacheSeq* = distinct string |