From 93e5ace69c6c4a396972d36ff54bd883431bd370 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 3 Mar 2015 20:27:09 -0500 Subject: Add a doc root url --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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))] -- cgit v1.2.3