diff --git a/src/client/http_client.rs b/src/client/http_client.rs index 27179ecc..a9813223 100644 --- a/src/client/http_client.rs +++ b/src/client/http_client.rs @@ -196,7 +196,7 @@ impl HttpClient { .map_err(Error::from) .and_then(move |resp| { - let status = resp.status(); + let _status = resp.status(); // fixme: ?? resp.into_body() .map_err(Error::from)