Use the same html_root_url for all docs
This commit is contained in:
parent
afc1b20d8e
commit
5c92a8e054
36 changed files with 36 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue