about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorxd1le <elisp.vim@gmail.com>2015-11-28 16:58:39 +1100
committerxd1le <elisp.vim@gmail.com>2015-11-28 16:58:39 +1100
commitfb5f3faa6bf03c55539c948071c09979411ec339 (patch)
treef5c6c21c0a795cee442c5b1ca9528ed399ec2b8d /src
parente9ac44026d2d4ac11728263726505ea4cea3c1ff (diff)
downloadrust-fb5f3faa6bf03c55539c948071c09979411ec339.tar.gz
rust-fb5f3faa6bf03c55539c948071c09979411ec339.zip
doc(book/ffi): remove duplicate link reference `[libc]'
Diffstat (limited to 'src')
-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`,