diff --git a/examples/server.rs b/examples/server.rs index d6716372..999391c3 100644 --- a/examples/server.rs +++ b/examples/server.rs @@ -1,9 +1,7 @@ -//#![deny(warnings)] +#![deny(warnings)] extern crate futures; extern crate hyper; extern crate pretty_env_logger; -#[macro_use] -extern crate log; use hyper::{Get, Post, StatusCode}; use hyper::header::ContentLength;