Skip to content

Commit a2c8336

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

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
@@ -556,7 +556,7 @@ resource[0] = 42; // unreachable
556556

557557
All APIs in the standard library should be migrated at once. With available migration strategies, there is no benefit in gradual migration, it will greatly reduce the productivity of rustc developers by adding boilerplate and noise into the codebase. An audit must be performed to ensure which APIs must remain `Forget`. See [#migration](#migration) for more details.
558558

559-
No existing non-generic types in std will be changed to `!Forget`.
559+
All existing non-generic types in std will continue to be `Forget`.
560560

561561
## `Copy`
562562
[copy]: #copy

0 commit comments

Comments
 (0)