We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f023cc commit 1741f17Copy full SHA for 1741f17
src/items/external-blocks.md
@@ -31,7 +31,7 @@
31
32
External blocks provide _declarations_ of items that are not _defined_ in the
33
current crate and are the basis of Rust's foreign function interface. Using
34
-items declared in external blocks is `unsafe`.
+items declared in external blocks is only allowed in an `unsafe` context.
35
36
Two kind of item _declarations_ are allowed in external blocks:
37
[functions] and [statics].
0 commit comments