docs(examples): remove unnecessary Clone and Copy from Echo

This commit is contained in:
Sean McArthur
2017-06-12 11:22:09 -07:00
parent 356e309a76
commit 1ec9b5a327

View File

@@ -11,7 +11,6 @@ use hyper::server::{Http, Service, Request, Response};
static INDEX: &'static [u8] = b"Try POST /echo";
#[derive(Clone, Copy)]
struct Echo;
impl Service for Echo {