We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace3935 commit 30407d2Copy full SHA for 30407d2
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