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.
2 parents e9ac440 + fb5f3fa commit 9e05951Copy full SHA for 9e05951
src/doc/book/ffi.md
@@ -517,8 +517,6 @@ The [`libc` crate on crates.io][libc] includes type aliases and function
517
definitions for the C standard library in the `libc` module, and Rust links
518
against `libc` and `libm` by default.
519
520
-[libc]: https://crates.io/crates/libc
521
-
522
# The "nullable pointer optimization"
523
524
Certain types are defined to not be `null`. This includes references (`&T`,
0 commit comments