mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-15 11:36:07 -04:00
chore(sdk): Remove a useless import.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
//! Builder for [`SlidingSyncList`].
|
||||
|
||||
use std::{
|
||||
fmt::Debug,
|
||||
sync::{Arc, RwLock as StdRwLock},
|
||||
};
|
||||
use std::{fmt::Debug, sync::RwLock as StdRwLock};
|
||||
|
||||
use eyeball::unique::Observable;
|
||||
use eyeball_im::ObservableVector;
|
||||
|
||||
Reference in New Issue
Block a user