chore(lib): add deny(warnings) back that was mistakenly removed

This commit is contained in:
Sean McArthur
2017-07-27 14:17:27 -07:00
parent 5f6f252c60
commit aa8a587528

View File

@@ -1,6 +1,6 @@
#![doc(html_root_url = "https://docs.rs/hyper/0.11.1")]
#![deny(missing_docs)]
//#![deny(warnings)]
#![deny(warnings)]
#![deny(missing_debug_implementations)]
#![cfg_attr(all(test, feature = "nightly"), feature(test))]