aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-03 17:28:19 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-03-03 17:28:19 -0800
commitce941cd80e4343b1d303ed106a181f76b01368e5 (patch)
tree2a91793a5a9177befafc6611d604959a4b648b33 /src/lib.rs
parentabe9e16da6288dcf49b6c44d52566671210e847a (diff)
parent93e5ace69c6c4a396972d36ff54bd883431bd370 (diff)
downloadmilf-rs-ce941cd80e4343b1d303ed106a181f76b01368e5.tar.gz
milf-rs-ce941cd80e4343b1d303ed106a181f76b01368e5.zip
Merge pull request #56 from sfackler/doc
Add a doc root url
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 89a72e7..1b7b833 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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))]