We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9492614 commit 426a4ffCopy full SHA for 426a4ff
crates/matrix-sdk/src/room/mod.rs
@@ -456,6 +456,7 @@ impl Room {
456
/// decrypted if needs be.
457
///
458
/// Only logs from the crypto crate will indicate a failure to decrypt.
459
+ #[allow(clippy::unused_async)] // Used only in e2e-encryption.
460
async fn try_decrypt_event(
461
&self,
462
event: Raw<AnyTimelineEvent>,
0 commit comments