mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
chore: clippy
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user