From 4aef331886fa2105dc40bc8305ed9f46a4095e1d Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 9 Feb 2020 22:03:57 +0100 Subject: [PATCH] Remove unused import --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 06a828bc..6c238c2e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -98,7 +98,7 @@ use hyper::{client::HttpConnector, Client as HyperClient, Uri}; #[cfg(feature = "hyper-tls")] use hyper_tls::HttpsConnector; use ruma_api::{ - error::{FromHttpRequestError, FromHttpResponseError, IntoHttpError}, + error::{FromHttpRequestError, FromHttpResponseError}, Endpoint, Outgoing, }; use ruma_identifiers::DeviceId;