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 d405d73 commit 914949eCopy full SHA for 914949e
src/doc/src/reference/build-scripts.md
@@ -371,8 +371,8 @@ pieces of functionality:
371
* The library crate should link to the native library `libfoo`. This will often
372
probe the current system for `libfoo` before resorting to building from
373
source.
374
-* The library crate should provide **declarations** for functions in `libfoo`,
375
- but **not** bindings or higher-level abstractions.
+* The library crate should provide **declarations** for types and functions in
+ `libfoo`, but **not** higher-level abstractions.
376
377
The set of `*-sys` packages provides a common set of dependencies for linking
378
to native libraries. There are a number of benefits earned from having this
0 commit comments