Skip to content

Commit

Permalink
chore: fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
EqualMa committed Apr 15, 2024
1 parent 9472880 commit 44b0d24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/frender-html/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::*; )
}
}
Expand Down Expand Up @@ -956,6 +959,7 @@ macro_rules! props_without_builders {
$($({$special_inter_traits})*)?
) {
prepend(
#[allow(unused_imports)]
pub use super::super::
)
append(
Expand Down

0 comments on commit 44b0d24

Please sign in to comment.