Fix warnings

This commit is contained in:
Taylor Cramer
2017-10-25 17:27:24 -07:00
parent 01198532c1
commit 6b8ad4ff99
3 changed files with 18 additions and 17 deletions
+2
View File
@@ -91,6 +91,8 @@
#![doc(html_root_url = "https://docs.rs/tokio-core/0.1")]
#![deny(missing_docs)]
#![deny(warnings)]
#![cfg_attr(test, allow(deprecated))]
extern crate bytes;
#[macro_use]