Skip to content

Commit 53d0cec

Browse files
committed
Remove user advice
1 parent a22e290 commit 53d0cec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/items/external-blocks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ of initializing the static.
6666

6767
Extern statics can be either immutable or mutable just like statics outside of external blocks.
6868
An immutable static *must* be initialized before any Rust code is executed. It is not enough for
69-
the static to be initialized before Rust code reads from it. This may change in the future, but for
70-
now, if you want to lazily initialize such a static, use a mutable static.
69+
the static to be initialized before Rust code reads from it.
7170

7271
## ABI
7372

0 commit comments

Comments
 (0)