summary refs log tree commit diff stats
path: root/lib/pure
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure')
-rw-r--r--lib/pure/json.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pure/json.nim b/lib/pure/json.nim
index 8c687a8d1..03140e95d 100644
--- a/lib/pure/json.nim
+++ b/lib/pure/json.nim
@@ -1740,6 +1740,7 @@ macro to*(node: JsonNode, T: typedesc): untyped =
   ##
   ##   * Heterogeneous arrays are not supported.
   ##   * Sets in object variants are not supported.
+  ##   * Not nil annotations are not supported.
   ##
   ## Example:
   ##