From 1c2964f3f313ee6970c38dbdc6812bcebedcea6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 5 Apr 2023 11:52:25 +0200 Subject: [PATCH] Update crates/matrix-sdk-crypto/src/types/events/room_key_withheld.rs Co-authored-by: Jonas Platte --- crates/matrix-sdk-crypto/src/types/events/room_key_withheld.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-crypto/src/types/events/room_key_withheld.rs b/crates/matrix-sdk-crypto/src/types/events/room_key_withheld.rs index 585297fd4..0547535f0 100644 --- a/crates/matrix-sdk-crypto/src/types/events/room_key_withheld.rs +++ b/crates/matrix-sdk-crypto/src/types/events/room_key_withheld.rs @@ -131,7 +131,7 @@ impl RoomKeyWithheldContent { from_device ) } - _ => unreachable!("Unsupported algorithm {}", algorithm), + _ => unreachable!("Unsupported algorithm {algorithm}"), } }