Skip to content

Commit

Permalink
chore(page/profile): clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rupansh committed Jan 12, 2024
1 parent 59313c8 commit 7fd8315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/profile/ic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ pub fn ProfileStream<T, I: 'static, S, K, KF, N, EF>(
key: KF,
children: EF,
#[prop(optional)] _ty: PhantomData<T>,
#[prop(optional)] _key: PhantomData<K>,
#[prop(optional)] _ky: PhantomData<K>,
#[prop(optional)] _child: PhantomData<N>,
) -> impl IntoView
where
Expand Down

0 comments on commit 7fd8315

Please sign in to comment.