Skip to content

Commit 7644a1f

Browse files
committed
Auto merge of #1290 - gnzlbg:doc_link, r=gnzlbg
Link docs for other platforms in docs.rs
2 parents 1236fed + e67dcdb commit 7644a1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010
//! libc - Raw FFI bindings to platforms' system libraries
11+
//!
12+
//! [Documentation for other platforms][pd].
13+
//!
14+
//! [pd]: https://rust-lang.github.io/libc/#platform-specific-documentation
1115
#![crate_name = "libc"]
1216
#![crate_type = "rlib"]
1317
#![cfg_attr(not(feature = "rustc-dep-of-std"), deny(warnings))]

0 commit comments

Comments
 (0)