From a80aa4c2add874a567ddc89b587d20b841c65678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 8 Dec 2020 12:11:55 +0100 Subject: [PATCH] base: Fix some lint issues. --- matrix_sdk_base/src/state/json_store.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/matrix_sdk_base/src/state/json_store.rs b/matrix_sdk_base/src/state/json_store.rs index a959418d..19068995 100644 --- a/matrix_sdk_base/src/state/json_store.rs +++ b/matrix_sdk_base/src/state/json_store.rs @@ -224,11 +224,9 @@ mod test { use crate::{ identifiers::{room_id, user_id}, push::Ruleset, - BaseClient, BaseClientConfig, Session, + Session, }; - use matrix_sdk_test::{sync_response, SyncResponseFile}; - #[tokio::test] async fn test_store_client_state() { let dir = tempdir().unwrap();