1
Fork 0

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

@ -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/master/",
html_root_url = "http://doc.rust-lang.org/nightly/",
html_playground_url = "http://play.rust-lang.org/")]
#![allow(unknown_features)]