Set the doc root

This commit is contained in:
Steven Fackler
2016-12-26 17:38:07 -05:00
parent eb53d51512
commit 6275056953

View File

@@ -49,6 +49,7 @@
//! l.run(done).unwrap();
//! }
//! ```
#![doc(html_root_url="https://docs.rs/tokio-postgres/0.1.0")]
#![warn(missing_docs)]
extern crate fallible_iterator;