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;