diff options
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)] |