about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-07-12 18:06:36 +0000
committerbors <bors@rust-lang.org>2014-07-12 18:06:36 +0000
commitf2d251d12e469e174630f7603df5ee5c80e5ce25 (patch)
tree08c753036b7db836993f901d5916b1b00d7a4c22 /src/libsyntax
parent350f3aa856682fed816a0a2018b3bcf50178eeff (diff)
parent207b83ae2f03bbd62011184fb6a01156054eee07 (diff)
downloadrust-f2d251d12e469e174630f7603df5ee5c80e5ce25.tar.gz
rust-f2d251d12e469e174630f7603df5ee5c80e5ce25.zip
auto merge of #15610 : brson/rust/0.12.0, r=alexcrichton
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index 184ce39aaf2..8b9cb086949 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -21,7 +21,7 @@
 #![crate_type = "rlib"]
 #![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/")]
 
 #![feature(macro_rules, globs, managed_boxes, default_type_params, phase)]
 #![feature(quote, unsafe_destructor)]