From 4800e804929ad6ac1246e945526099c5bda93c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 1 Dec 2020 15:08:53 +0100 Subject: [PATCH] matrix-sdk: Remove an unused import. --- matrix_sdk/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,