Uncomment deny(warnings)

This commit is contained in:
Carl Lerche 2018-01-26 10:12:19 -08:00
parent 730228c8cb
commit a41c0800f9

View File

@ -88,7 +88,7 @@
#![doc(html_root_url = "https://docs.rs/tokio-core/0.1")]
#![deny(missing_docs)]
//#![deny(warnings)]
#![deny(warnings)]
#![warn(missing_debug_implementations)]
extern crate bytes;