about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-08-22 08:16:53 +0000
committerbors <bors@rust-lang.org>2015-08-22 08:16:53 +0000
commite9b74a90172e99e361ff46277f52bfc03d0a7ba4 (patch)
treeafdac33cb88b62d1b7700a34febcf5ef5ba19c3a /src/libcore
parent983d2b3d1a97846c90ea8f689774be8353b340be (diff)
parent6532a08525137a5f839c4ed555ad95360621f5db (diff)
Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichton
Implemented #27759 

Example:

![screen shot 2015-08-16 at 21 45 17](https://cloud.githubusercontent.com/assets/108100/9295040/1fb24d50-4460-11e5-8ab8-81ac5330974a.png)
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index e226e9fa154..f05ef0fe5da 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -58,7 +58,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/")]
 #![doc(test(no_crate_inject))]
 
 #![no_core]