Skip to content

Commit

Permalink
fix(examples): remove unused imports from examples/client.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetech committed May 4, 2018
1 parent 7de3bc9 commit f98f168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extern crate pretty_env_logger;
use std::env;
use std::io::{self, Write};

use hyper::{Body, Client, Request};
use hyper::Client;
use hyper::rt::{self, Future, Stream};

fn main() {
Expand Down

0 comments on commit f98f168

Please sign in to comment.