mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
chore: remove unnecessary lifetime
This commit is contained in:
@@ -41,7 +41,7 @@ impl AnyChooseView {
|
||||
value.get_ref::<T>().preload().boxed_local()
|
||||
}
|
||||
|
||||
fn data<'a, T: ChooseView>(value: &'a Erased) -> Erased {
|
||||
fn data<T: ChooseView>(value: &Erased) -> Erased {
|
||||
Erased::new(value.get_ref::<T>().data())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user