From d98903e46cff2e61dbc275ef3dddf8f83454f66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 4 May 2023 12:23:28 +0200 Subject: [PATCH] chore: Work around new rustfmt bug --- crates/ruma-common/tests/events/message.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ruma-common/tests/events/message.rs b/crates/ruma-common/tests/events/message.rs index 86806fea..e4d9d7fe 100644 --- a/crates/ruma-common/tests/events/message.rs +++ b/crates/ruma-common/tests/events/message.rs @@ -129,6 +129,7 @@ fn markdown_content_serialization() { #[test] fn relates_to_content_serialization() { + #[rustfmt::skip] // rustfmt wants to merge the next two lines let message_event_content = assign!(MessageEventContent::plain("> <@test:example.com> test\n\ntest reply"), { relates_to: Some(Relation::Reply {