Skip to content

Commit 268746b

Browse files
External blocks can be used to call Rust functions
1 parent 9892f6e commit 268746b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/items/external-blocks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
> &nbsp;&nbsp; ( _NamedFunctionParam_ `,` )<sup>\*</sup> _NamedFunctionParam_ `,` `...`
3131
3232
External blocks form the basis for Rust's foreign function interface.
33-
Declarations in an external block describe symbols in external, non-Rust
34-
libraries.
33+
Declarations in an external block describe symbols in external libraries.
3534

3635
Functions within external blocks are declared in the same way as other Rust
3736
functions, with the exception that they may not have a body and are instead

0 commit comments

Comments
 (0)