Skip to content

Commit 9e8fcd1

Browse files
Ddystopiateor2345
andauthored
Update text/0000-forget-marker-trait.md
Co-authored-by: teor <[email protected]>
1 parent a2c8336 commit 9e8fcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-forget-marker-trait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add a `Forget` marker trait indicating whether it is safe to skip the destructor
1414
# Motivation
1515
[motivation]: #motivation
1616

17-
Many readers may find the biggest problem with `Forget` to be migration. RFC's confidence is taken from the fact that migration can be done easily. See [#migration](#migration) section for details.
17+
Many Rust programmers may find the biggest problem with `Forget` to be migration. But this RFC describes how migration can be done easily. See [#migration](#migration) section for details.
1818

1919
In short, the lack of `!Forget` types undermines lifetimes, sacrificing all performance, ergonomics and efficiency. Rust, as well as external APIs, naturally converge towards `!Forget` types, but old decisions force us to shift to `Arc`, `'static`, allocations, etc.
2020

0 commit comments

Comments
 (0)