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;