diff options
| author | bors <bors@rust-lang.org> | 2015-08-22 08:16:53 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-08-22 08:16:53 +0000 |
| commit | e9b74a90172e99e361ff46277f52bfc03d0a7ba4 (patch) | |
| tree | afdac33cb88b62d1b7700a34febcf5ef5ba19c3a /src/libcore | |
| parent | 983d2b3d1a97846c90ea8f689774be8353b340be (diff) | |
| parent | 6532a08525137a5f839c4ed555ad95360621f5db (diff) | |
Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichton
Implemented #27759 Example: 
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/lib.rs | 3 |
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] |
