Skip to content

Commit

Permalink
docs(examples): remove unnecessary Clone and Copy from Echo
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 12, 2017
1 parent 356e309 commit 1ec9b5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1ec9b5a

Please sign in to comment.