base: Fix some lint issues.

This commit is contained in:
Damir Jelić 2020-12-08 12:11:55 +01:00
parent 27d9cf04de
commit a80aa4c2ad

View file

@ -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();