Add #![doc] to crate root

This commit is contained in:
Alex Crichton 2016-12-19 22:41:31 -08:00
parent 7b7b3a817b
commit 50f007a49b

View File

@ -91,6 +91,7 @@
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/tokio-core/0.1")]
#![deny(missing_docs)]
#[macro_use]