Skip to content

Commit 23f0acf

Browse files
committed
Improve wording of the drawback
During the FCP, people noticed that the wording of the drawback probably fit better with an earlier draft of this RFC. Let's incorporate that feedback before merging. (Thanks to Waffle for raising this point.)
1 parent 6dba902 commit 23f0acf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

text/0000-unsafe-extern-blocks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ Extern statics can be either immutable or mutable just like statics outside of e
9595
# Drawbacks
9696
[drawbacks]: #drawbacks
9797

98-
* It is very unfortunate to have to essentially reverse the status quo.
99-
* Hopefully, allowing people to safely call some foreign functions will make up for the churn caused by this change.
98+
This change will induce some churn. Hopefully, allowing people to safely call some foreign functions will make up for that.
10099

101100
# Rationale and alternatives
102101
[rationale-and-alternatives]: #rationale-and-alternatives

0 commit comments

Comments
 (0)