mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 05:30:33 -04:00
Fix warning
This commit is contained in:
@@ -129,7 +129,7 @@ impl RoomList {
|
||||
|
||||
pub fn entries_stream(
|
||||
&self,
|
||||
) -> RwLockWriteGuard<impl Stream<Item = VectorDiff<RoomListEntry>>> {
|
||||
) -> RwLockWriteGuard<'_, impl Stream<Item = VectorDiff<RoomListEntry>>> {
|
||||
self.entries_stream.write().unwrap()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user