summary refs log tree commit diff stats
path: root/rod/c2nim/manual.txt
diff options
context:
space:
mode:
Diffstat (limited to 'rod/c2nim/manual.txt')
-rw-r--r--rod/c2nim/manual.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/rod/c2nim/manual.txt b/rod/c2nim/manual.txt
index 3aca188b4..72c9d44da 100644
--- a/rod/c2nim/manual.txt
+++ b/rod/c2nim/manual.txt
@@ -234,8 +234,6 @@ Limitations
 
 * C's ``,`` operator (comma operator) is not supported.
 * C's ``union`` has no equivalent in Nimrod.
-* Standalone ``struct x {}`` declarations are not implemented. Put them into
-  a ``typedef``.
 * The condition in a ``do while(condition)`` statement must be ``0``.
 * Lots of other small issues...