From fb5f3faa6bf03c55539c948071c09979411ec339 Mon Sep 17 00:00:00 2001 From: xd1le Date: Sat, 28 Nov 2015 16:58:39 +1100 Subject: [PATCH] doc(book/ffi): remove duplicate link reference `[libc]' --- src/doc/book/ffi.md | 2 -- 1 file changed, 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`,