From b6342221eb3cacda6e893d7d35bf291944c664d9 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 15 Jul 2022 19:26:40 +0200 Subject: Fix formatting of `commonmark` tests --- build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'build.rs') diff --git a/build.rs b/build.rs index feb22c8..78382fe 100644 --- a/build.rs +++ b/build.rs @@ -78,6 +78,7 @@ const DANGER: &Options = &Options {{ default_line_ending: None, }}; +#[rustfmt::skip] #[test] fn commonmark() {{ {} -- cgit