From e14c2052b721d4f400f240e5711ed9510dd1b102 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 3 Mar 2015 20:35:04 -0800 Subject: Don't upload extra docs on travis --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 1b7b833..afc102d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -35,6 +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)] -- cgit v1.2.3