Skip to content

Commit 9c93133

Browse files
gnzlbgHavvy
andauthored
Update src/items/external-blocks.md
Co-Authored-By: Ryan Scheel <Ryan.havvy@gmail.com>
1 parent dc93dc4 commit 9c93133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/external-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ extern "abi" for<'l1, ..., 'lm> fn(A1, ..., An) -> R`, where `'l1`, ... `'lm`
5252
are its lifetime parameters, `A1`, ..., `An` are the declared types of its
5353
parameters and `R` is the declared return type.
5454

55-
Statics within external blocks are declared in the same way as other Rust statics,
55+
Statics within external blocks are declared in the same way as statics outside of external blocks,
5656
with the exception that they may not have an expression initializing their value.
5757
It is `unsafe` to access a static item declared in an extern block, whether or
5858
not it's mutable.

0 commit comments

Comments
 (0)