mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 05:30:33 -04:00
fixing lints again
This commit is contained in:
@@ -27,9 +27,7 @@ use matrix_sdk_base::{
|
||||
deserialized_responses::{MemberEvent, SyncRoomEvent},
|
||||
media::{MediaRequest, UniqueKey},
|
||||
ruma::events::room::redaction::SyncRoomRedactionEvent,
|
||||
store::{
|
||||
BoxStream, Result as StoreResult, StateChanges, StateStore, StoreError,
|
||||
},
|
||||
store::{BoxStream, Result as StoreResult, StateChanges, StateStore, StoreError},
|
||||
RoomInfo,
|
||||
};
|
||||
use matrix_sdk_common::{
|
||||
|
||||
Reference in New Issue
Block a user