Silence unused_macros on render_tuple!

This commit is contained in:
Michael Pfaff 2024-03-14 23:02:19 -04:00
parent 19a740f26c
commit d97885392b
1 changed files with 1 additions and 0 deletions

View File

@ -456,6 +456,7 @@ impl<T: Render> Render for Wrapping<T> {
}
}
#[allow(unused_macros)]
macro_rules! render_tuple {
($A:ident) => {
render_tuple!(@ $A);