summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-03-02 11:03:03 +0000
committerbors <bors@rust-lang.org>2019-03-02 11:03:03 +0000
commit7644a1f7b66ec76e294ca6ef97a31fccba360073 (patch)
tree3e5e79bd7cb7d09fd76ce271ff1a17e659ce463e
parent1236fed394bca4cbf8c07d2dddf37163fcf16264 (diff)
parente67dcdbccbf1533db114751527c30e75196cc490 (diff)
downloadrust-libc-7644a1f7b66ec76e294ca6ef97a31fccba360073.tar.gz
Auto merge of #1290 - gnzlbg:doc_link, r=gnzlbg
Link docs for other platforms in docs.rs
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0e1f447ce7..2fec61c2c0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -8,6 +8,10 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! libc - Raw FFI bindings to platforms' system libraries
+//!
+//! [Documentation for other platforms][pd].
+//!
+//! [pd]: https://rust-lang.github.io/libc/#platform-specific-documentation
#![crate_name = "libc"]
#![crate_type = "rlib"]
#![cfg_attr(not(feature = "rustc-dep-of-std"), deny(warnings))]