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:
@@ -7,6 +7,7 @@ use tachys::{erased::Erased, view::any_view::AnyView};
|
||||
pub struct AnyChooseView {
|
||||
value: Erased,
|
||||
clone: fn(&Erased) -> AnyChooseView,
|
||||
#[allow(clippy::type_complexity)]
|
||||
choose: fn(Erased, Erased) -> Pin<Box<dyn Future<Output = AnyView>>>,
|
||||
data: fn(&Erased) -> Erased,
|
||||
preload: for<'a> fn(&'a Erased) -> Pin<Box<dyn Future<Output = ()> + 'a>>,
|
||||
|
||||
Reference in New Issue
Block a user