aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--src/lib.rs1
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7c626c0..41b485d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ script:
- cargo build --verbose
- cargo test --verbose
- rustdoc --test README.md -L target
- - cargo doc
+ - cargo doc --no-deps
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
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)]