Fix warning

This commit is contained in:
Jonas Platte
2023-06-01 15:34:13 +02:00
parent db0217d093
commit 58e8c0a7ac

View File

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