Use the same html_root_url for all docs

This commit is contained in:
Brian Anderson 2014-10-09 10:47:22 -07:00
parent afc1b20d8e
commit 5c92a8e054
36 changed files with 36 additions and 36 deletions

View file

@ -273,7 +273,7 @@ pub fn main() {
#![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/master/")]
html_root_url = "http://doc.rust-lang.org/nightly/")]
use std::io;
use std::str;