src/client/http_client.rs: avoid compiler warning
This commit is contained in:
		@ -196,7 +196,7 @@ impl HttpClient {
 | 
				
			|||||||
            .map_err(Error::from)
 | 
					            .map_err(Error::from)
 | 
				
			||||||
            .and_then(move |resp| {
 | 
					            .and_then(move |resp| {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                let status = resp.status();
 | 
					                let _status = resp.status(); // fixme: ??
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                resp.into_body()
 | 
					                resp.into_body()
 | 
				
			||||||
                    .map_err(Error::from)
 | 
					                    .map_err(Error::from)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user