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
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue