about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-11-28 13:39:21 +0000
committerbors <bors@rust-lang.org>2015-11-28 13:39:21 +0000
commit9e05951f1f9493a3a397ae93cd5be51ec4659cde (patch)
treef5c6c21c0a795cee442c5b1ca9528ed399ec2b8d
parente9ac44026d2d4ac11728263726505ea4cea3c1ff (diff)
parentfb5f3faa6bf03c55539c948071c09979411ec339 (diff)
downloadrust-9e05951f1f9493a3a397ae93cd5be51ec4659cde.tar.gz
rust-9e05951f1f9493a3a397ae93cd5be51ec4659cde.zip
Auto merge of #30091 - vyp:doc-typo, r=bluss
-rw-r--r--src/doc/book/ffi.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doc/book/ffi.md b/src/doc/book/ffi.md
index d949bf33b6e..c3896e4e9c5 100644
--- a/src/doc/book/ffi.md
+++ b/src/doc/book/ffi.md
@@ -517,8 +517,6 @@ The [`libc` crate on crates.io][libc] includes type aliases and function
 definitions for the C standard library in the `libc` module, and Rust links
 against `libc` and `libm` by default.
 
-[libc]: https://crates.io/crates/libc
-
 # The "nullable pointer optimization"
 
 Certain types are defined to not be `null`. This includes references (`&T`,