From 0bab139b66a7292ce92d5333bfa67d6b151f2d10 Mon Sep 17 00:00:00 2001
From: Chris Wong <lambda.fairy@gmail.com>
Date: Sun, 27 Sep 2020 21:30:50 +1000
Subject: [PATCH] Skip an `html!` call

---
 maud/tests/basic_syntax.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/maud/tests/basic_syntax.rs b/maud/tests/basic_syntax.rs
index f81e6d8..42aafb9 100644
--- a/maud/tests/basic_syntax.rs
+++ b/maud/tests/basic_syntax.rs
@@ -107,6 +107,7 @@ fn colons_in_names() {
             r#"</pon-pon:controls-alpha>"#));
 }
 
+#[rustfmt::skip::macros(html)]
 #[test]
 fn hyphens_in_element_names() {
     let s = html!(custom-element {}).into_string();