diff --git a/crates/frender-html/src/macros.rs b/crates/frender-html/src/macros.rs index ea909065..1c30b28d 100644 --- a/crates/frender-html/src/macros.rs +++ b/crates/frender-html/src/macros.rs @@ -454,7 +454,10 @@ macro_rules! attributes { $($($({$special_super_traits})+)?)? $($({$special_inter_traits})*)? ) { - prepend( $vis use super::super:: ) + prepend( + #[allow(unused_imports)] + $vis use super::super:: + ) append( ::attributes::*; ) } } @@ -956,6 +959,7 @@ macro_rules! props_without_builders { $($({$special_inter_traits})*)? ) { prepend( + #[allow(unused_imports)] pub use super::super:: ) append(