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 5aac879 commit 7ebfe25Copy full SHA for 7ebfe25
src/items/external-blocks.md
@@ -30,8 +30,7 @@
30
> ( _NamedFunctionParam_ `,` )<sup>\*</sup> _NamedFunctionParam_ `,` `...`
31
32
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.
+Declarations in an external block describe symbols in external libraries.
35
36
Functions within external blocks are declared in the same way as other Rust
37
functions, with the exception that they may not have a body and are instead
0 commit comments