Skip to content

Commit 8c4f63f

Browse files
committed
rfc, unreservations: fix unsize -> unsized typos.
1 parent c44febd commit 8c4f63f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/0000-unreservations-2018.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
We unreserve:
1010
+ `pure`
11-
+ `unsize`
11+
+ `unsized`
1212
+ `sizeof`
1313
+ `alignof`
1414
+ `offsetof`
@@ -37,7 +37,7 @@ used as general identifiers. This is done immediately and on edition 2015.
3737

3838
The keywords to unreserve are:
3939
+ `pure`
40-
+ `unsize`
40+
+ `unsized`
4141
+ `sizeof`
4242
+ `alignof`
4343
+ `offsetof`
@@ -132,7 +132,7 @@ other than `pure`.
132132
In both 1. and 2., `pure` can be contextual.
133133
We also don't think that the drawbacks are significant for `pure`.
134134

135-
## Rationale for `unsize`
135+
## Rationale for `unsized`
136136

137137
This would be a modifier on types, but we already have `<T: ?Sized>` and we
138138
could have `T: !Sized` so there seems to be no need for keeping `unsized`.

0 commit comments

Comments
 (0)