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);