summary refs log tree commit diff
path: root/src/liblibc
diff options
context:
space:
mode:
authorMartin Wernstål <m4rw3r@gmail.com>2015-08-16 17:22:50 +0200
committerMartin Wernstål <m4rw3r@gmail.com>2015-08-16 22:15:26 +0200
commit7fdbe69996f5e79343379f33609ddba9103d1d54 (patch)
tree19ca4db57acc8b59b1735a030a6cf073826650c1 /src/liblibc
parent9698e8fd17a3517bc5904ceb74e0bdbf7e332413 (diff)
downloadrust-7fdbe69996f5e79343379f33609ddba9103d1d54.tar.gz
rust-7fdbe69996f5e79343379f33609ddba9103d1d54.zip
rustdoc: Added issue_tracker_base_url annotations to crates
Diffstat (limited to 'src/liblibc')
-rw-r--r--src/liblibc/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs
index 08f0b2aa895..6273c1214ec 100644
--- a/src/liblibc/lib.rs
+++ b/src/liblibc/lib.rs
@@ -21,7 +21,8 @@
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",
-       html_playground_url = "https://play.rust-lang.org/")]
+       html_playground_url = "https://play.rust-lang.org/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
 #![cfg_attr(test, feature(test))]
 
 //! Bindings for the C standard library and other platform libraries