Skip to content

Commit e99e448

Browse files
committed
chore(ci): make clippy happy on all configurations
1 parent 1ada5ad commit e99e448

File tree

1 file changed

+1
-0
lines changed
  • crates/matrix-sdk/src/room

1 file changed

+1
-0
lines changed

crates/matrix-sdk/src/room/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ impl Room {
459459
/// decrypted if needs be.
460460
///
461461
/// Only logs from the crypto crate will indicate a failure to decrypt.
462+
#[allow(clippy::unused_async)] // Used only in e2e-encryption.
462463
async fn try_decrypt_event(
463464
&self,
464465
event: Raw<AnyTimelineEvent>,

0 commit comments

Comments
 (0)