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 9892f6e commit 268746bCopy full SHA for 268746b
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