Skip to content

Commit

Permalink
Remove user advice
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jan 10, 2020
1 parent a22e290 commit 53d0cec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/items/external-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ of initializing the static.

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

## ABI

Expand Down

0 comments on commit 53d0cec

Please sign in to comment.