about summary refs log tree commit diff
path: root/src/liballoc
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/liballoc
parent983d2b3d1a97846c90ea8f689774be8353b340be (diff)
parent6532a08525137a5f839c4ed555ad95360621f5db (diff)
downloadrust-e9b74a90172e99e361ff46277f52bfc03d0a7ba4.tar.gz
rust-e9b74a90172e99e361ff46277f52bfc03d0a7ba4.zip
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/liballoc')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 630993d8291..677916b5398 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -69,6 +69,7 @@
 #![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/",
+       issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
        test(no_crate_inject))]
 #![no_std]
 #![cfg_attr(not(stage0), needs_allocator)]