chore: clippy

This commit is contained in:
Greg Johnston
2025-07-17 14:06:05 -04:00
parent c7a319db15
commit b9bb14cfdc

View File

@@ -293,14 +293,14 @@ fn lazy_route_impl(
.unwrap(),
);
return quote! {
quote! {
#[::leptos::lazy]
async fn #lazy_view_ident(#first_arg_pat: #self_ty) -> ::leptos::prelude::AnyView {
#body
}
#im
}.into();
}.into()
}
}
}