auto merge of #9691 : alexcrichton/rust/rustdoc, r=cmr

This slurps in the commits from #9684 as well as closing #9539.
This commit is contained in:
bors 2013-10-03 00:56:34 -07:00
commit 8f40641e01
8 changed files with 288 additions and 128 deletions

View file

@ -58,7 +58,8 @@ they contained the following prologue:
#[crate_type = "lib"];
#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
html_favicon_url = "http://www.rust-lang.org/favicon.ico")];
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
html_root_url = "http://static.rust-lang.org/doc/master")];
// Don't link to std. We are std.
#[no_std];