Merge pull request #56 from sfackler/doc

Add a doc root url
This commit is contained in:
Alex Crichton 2015-03-03 17:28:19 -08:00
commit ce941cd80e

View file

@ -35,7 +35,7 @@
//! [1]: https://github.com/mojombo/toml //! [1]: https://github.com/mojombo/toml
//! [2]: https://github.com/BurntSushi/toml-test //! [2]: https://github.com/BurntSushi/toml-test
//! //!
#![doc(html_root_url = "http://alexcrichton.com/toml-rs")]
#![feature(collections, core)] #![feature(collections, core)]
#![deny(missing_docs)] #![deny(missing_docs)]
#![cfg_attr(test, deny(warnings))] #![cfg_attr(test, deny(warnings))]