Skip to content

Commit e67dcdb

Browse files
committed
Link docs for other platforms in docs.rs
1 parent b905aef commit e67dcdb

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)