Skip to content

Commit 9e05951

Browse files
committed
Auto merge of #30091 - vyp:doc-typo, r=bluss
2 parents e9ac440 + fb5f3fa commit 9e05951

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/doc/book/ffi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,6 @@ The [`libc` crate on crates.io][libc] includes type aliases and function
517517
definitions for the C standard library in the `libc` module, and Rust links
518518
against `libc` and `libm` by default.
519519

520-
[libc]: https://crates.io/crates/libc
521-
522520
# The "nullable pointer optimization"
523521

524522
Certain types are defined to not be `null`. This includes references (`&T`,

0 commit comments

Comments
 (0)