From d97885392bd601a0751296ef0a975d86cd8a3048 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Thu, 14 Mar 2024 23:02:19 -0400 Subject: [PATCH] Silence unused_macros on render_tuple! --- sailfish/src/runtime/render.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/sailfish/src/runtime/render.rs b/sailfish/src/runtime/render.rs index c58effe..687f119 100644 --- a/sailfish/src/runtime/render.rs +++ b/sailfish/src/runtime/render.rs @@ -456,6 +456,7 @@ impl Render for Wrapping { } } +#[allow(unused_macros)] macro_rules! render_tuple { ($A:ident) => { render_tuple!(@ $A);