summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/mm.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/mm.md b/doc/mm.md
index 97df98bbc..5e0d2f3b9 100644
--- a/doc/mm.md
+++ b/doc/mm.md
@@ -52,7 +52,6 @@ where code size matters and you know that your code does not produce cycles, you
 use `--mm:arc`. Notice that the default `async`:idx: implementation produces cycles
 and leaks memory with `--mm:arc`, in other words, for `async` you need to use `--mm:orc`.
 
-Only ARC/ORC support move semantics, destructors, `sink`, `cursor`, `acyclic`.
 
 
 Other MM modes