diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-03-03 17:28:19 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-03 17:28:19 -0800 |
commit | ce941cd80e4343b1d303ed106a181f76b01368e5 (patch) | |
tree | 2a91793a5a9177befafc6611d604959a4b648b33 | |
parent | abe9e16da6288dcf49b6c44d52566671210e847a (diff) | |
parent | 93e5ace69c6c4a396972d36ff54bd883431bd370 (diff) | |
download | milf-rs-ce941cd80e4343b1d303ed106a181f76b01368e5.tar.gz milf-rs-ce941cd80e4343b1d303ed106a181f76b01368e5.zip |
Merge pull request #56 from sfackler/doc
Add a doc root url
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ //! [1]: https://github.com/mojombo/toml //! [2]: https://github.com/BurntSushi/toml-test //! - +#![doc(html_root_url = "http://alexcrichton.com/toml-rs")] #![feature(collections, core)] #![deny(missing_docs)] #![cfg_attr(test, deny(warnings))] |