refactor(examples): remove log crate from server example
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
//#![deny(warnings)]
|
#![deny(warnings)]
|
||||||
extern crate futures;
|
extern crate futures;
|
||||||
extern crate hyper;
|
extern crate hyper;
|
||||||
extern crate pretty_env_logger;
|
extern crate pretty_env_logger;
|
||||||
#[macro_use]
|
|
||||||
extern crate log;
|
|
||||||
|
|
||||||
use hyper::{Get, Post, StatusCode};
|
use hyper::{Get, Post, StatusCode};
|
||||||
use hyper::header::ContentLength;
|
use hyper::header::ContentLength;
|
||||||
|
|||||||
Reference in New Issue
Block a user