Skip to content

Commit 426a4ff

Browse files
committed
chore(ci): make clippy happy on all configurations
1 parent 9492614 commit 426a4ff

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
@@ -456,6 +456,7 @@ impl Room {
456456
/// decrypted if needs be.
457457
///
458458
/// Only logs from the crypto crate will indicate a failure to decrypt.
459+
#[allow(clippy::unused_async)] // Used only in e2e-encryption.
459460
async fn try_decrypt_event(
460461
&self,
461462
event: Raw<AnyTimelineEvent>,

0 commit comments

Comments
 (0)