From 2fc9b71c387bef9f7884c4ca065d44ecc530aa9c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 12 May 2022 22:03:49 -0700 Subject: [PATCH] Format with rustfmt 1.4.38 --- src/macros.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/macros.rs b/src/macros.rs index 353b9a2c3c..da553ee873 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -1,5 +1,8 @@ #[allow(unknown_lints)] -#[cfg_attr(not(any(feature = "full", feature = "derive")), allow(unused_macro_rules))] +#[cfg_attr( + not(any(feature = "full", feature = "derive")), + allow(unused_macro_rules) +)] macro_rules! ast_struct { ( [$($attrs_pub:tt)*]