diff options
| author | bors <bors@rust-lang.org> | 2014-07-12 18:06:36 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-07-12 18:06:36 +0000 |
| commit | f2d251d12e469e174630f7603df5ee5c80e5ce25 (patch) | |
| tree | 08c753036b7db836993f901d5916b1b00d7a4c22 /src/libstd | |
| parent | 350f3aa856682fed816a0a2018b3bcf50178eeff (diff) | |
| parent | 207b83ae2f03bbd62011184fb6a01156054eee07 (diff) | |
| download | rust-f2d251d12e469e174630f7603df5ee5c80e5ce25.tar.gz rust-f2d251d12e469e174630f7603df5ee5c80e5ce25.zip | |
auto merge of #15610 : brson/rust/0.12.0, r=alexcrichton
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 881c9d96481..4b4ec367826 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -102,7 +102,7 @@ #![crate_type = "dylib"] #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", html_favicon_url = "http://www.rust-lang.org/favicon.ico", - html_root_url = "http://doc.rust-lang.org/0.11.0/", + html_root_url = "http://doc.rust-lang.org/master/", html_playground_url = "http://play.rust-lang.org/")] #![feature(macro_rules, globs, managed_boxes, linkage)] |
