From a41c0800f9ea74d4fe20476c61e87732c6ac334d Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 26 Jan 2018 10:12:19 -0800 Subject: [PATCH] Uncomment `deny(warnings)` --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index fb2accf73..b0360c540 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;