From e737200fbede2b3fbdb72e56ec1f4caf818f1d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 13 Oct 2020 11:20:43 +0200 Subject: [PATCH] matrix-sdk: Remove an useless import. --- matrix_sdk/examples/image_bot.rs | 1 - matrix_sdk/src/client.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/matrix_sdk/examples/image_bot.rs b/matrix_sdk/examples/image_bot.rs index 68c394f7..141d0d56 100644 --- a/matrix_sdk/examples/image_bot.rs +++ b/matrix_sdk/examples/image_bot.rs @@ -1,4 +1,3 @@ -use mime; use std::{ env, fs::File, diff --git a/matrix_sdk/src/client.rs b/matrix_sdk/src/client.rs index 43417658..5b6fc4b5 100644 --- a/matrix_sdk/src/client.rs +++ b/matrix_sdk/src/client.rs @@ -1952,7 +1952,6 @@ mod test { thirdparty, }; use matrix_sdk_test::{test_json, EventBuilder, EventsJson}; - use mime; use mockito::{mock, Matcher}; use serde_json::json; use tempfile::tempdir;