fix(examples): remove unused imports from examples/client.rs
This commit is contained in:
@@ -5,7 +5,7 @@ extern crate pretty_env_logger;
|
|||||||
use std::env;
|
use std::env;
|
||||||
use std::io::{self, Write};
|
use std::io::{self, Write};
|
||||||
|
|
||||||
use hyper::{Body, Client, Request};
|
use hyper::Client;
|
||||||
use hyper::rt::{self, Future, Stream};
|
use hyper::rt::{self, Future, Stream};
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user