diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-03-03 20:35:04 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-03 20:35:04 -0800 |
commit | e14c2052b721d4f400f240e5711ed9510dd1b102 (patch) | |
tree | 8ca7c7f8b2e9e5f07b29ce9b67d4d8235d1c4a61 /src | |
parent | ce941cd80e4343b1d303ed106a181f76b01368e5 (diff) | |
download | milf-rs-e14c2052b721d4f400f240e5711ed9510dd1b102.tar.gz milf-rs-e14c2052b721d4f400f240e5711ed9510dd1b102.zip |
Don't upload extra docs on travis
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)] |