diff --git a/matrix_sdk/src/client.rs b/matrix_sdk/src/client.rs index 318a24ef..be63cc41 100644 --- a/matrix_sdk/src/client.rs +++ b/matrix_sdk/src/client.rs @@ -17,7 +17,7 @@ use std::{collections::BTreeMap, io::Write, path::PathBuf}; use std::{ collections::HashMap, - convert::{TryFrom, TryInto}, + convert::TryInto, fmt::{self, Debug}, future::Future, io::Read,