Skip to content

Commit 2550a0b

Browse files
committed
2021 maybe
1 parent 5571c39 commit 2550a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-unsafe-block-in-unsafe-fn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ to satisfy the conditions required to perform this unsafe operation.
114114
This gets us into a state where programmers are much less likely to
115115
accidentally perform undesired unsafe operations inside `unsafe fn`.
116116

117-
4. Even later (in the 2021 edition), it might be desirable to turn this warning
118-
into an error.
117+
4. Even later (in the 2021 edition?), it might be desirable to turn this
118+
warning into an error.
119119

120120
# Drawbacks
121121
[drawbacks]: #drawbacks

0 commit comments

Comments
 (0)