about summary refs log tree commit diff
path: root/src/libsync
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/libsync
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/libsync')
-rw-r--r--src/libsync/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/lib.rs b/src/libsync/lib.rs
index 45e8f348ff5..f6a1684b669 100644
--- a/src/libsync/lib.rs
+++ b/src/libsync/lib.rs
@@ -24,7 +24,7 @@
 #![license = "MIT/ASL2"]
 #![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(phase, globs, macro_rules, unsafe_destructor)]