Enable unused_async clippy lint
This commit is contained in:
@@ -172,7 +172,6 @@ impl Service {
|
||||
self.services
|
||||
.state
|
||||
.delete_room_shortstatehash(room_id, &state_lock)
|
||||
.await
|
||||
.log_err()
|
||||
.ok();
|
||||
|
||||
|
||||
@@ -526,7 +526,7 @@ pub async fn get_shortstatehash(&self, shorteventid: ShortEventId) -> Result<Sho
|
||||
}
|
||||
|
||||
#[implement(Service)]
|
||||
pub(super) async fn delete_room_shortstatehash(
|
||||
pub(super) fn delete_room_shortstatehash(
|
||||
&self,
|
||||
room_id: &RoomId,
|
||||
_mutex_lock: &Guard<OwnedRoomId, ()>,
|
||||
|
||||
Reference in New Issue
Block a user