diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2024-07-01 13:06:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 13:06:09 +0200 |
commit | d78ccbc27cf0acc524279660611ccc57e7d2062a (patch) | |
tree | 4c6cc546143e17deae37bca216048bd8dedf0e3d /doc | |
parent | 288d5c4ac32c27704258a15d365a56dadf38b0e9 (diff) | |
download | Nim-d78ccbc27cf0acc524279660611ccc57e7d2062a.tar.gz |
Revert "Document move limitations" (#23778)
Reverts nim-lang/Nim#23763 Too vague and fear inducing.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mm.md | 1 |
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 |