Revert "Document move limitations" (#23778)

Reverts nim-lang/Nim#23763

Too vague and fear inducing.
This commit is contained in:
Andreas Rumpf
2024-07-01 13:06:09 +02:00
committed by GitHub
parent 288d5c4ac3
commit d78ccbc27c

View File

@@ -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