Update html_root_url for 0.12.0 release

This commit is contained in:
Brian Anderson
2014-10-06 16:19:37 -07:00
parent d2856f8127
commit 2288f33230
32 changed files with 32 additions and 32 deletions

View File

@@ -31,7 +31,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/master/")]
html_root_url = "http://doc.rust-lang.org/0.12.0/")]
#![feature(asm, macro_rules, phase)]