Skip to content

Commit 1741f17

Browse files
gnzlbgCentril
andauthored
Update src/items/external-blocks.md
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
1 parent 1f023cc commit 1741f17

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
@@ -31,7 +31,7 @@
3131
3232
External blocks provide _declarations_ of items that are not _defined_ in the
3333
current crate and are the basis of Rust's foreign function interface. Using
34-
items declared in external blocks is `unsafe`.
34+
items declared in external blocks is only allowed in an `unsafe` context.
3535

3636
Two kind of item _declarations_ are allowed in external blocks:
3737
[functions] and [statics].

0 commit comments

Comments
 (0)