Skip to content

Commit

Permalink
Use ImplicitClone re-export from Yew
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Nov 9, 2023
1 parent 686f009 commit ad7c72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoprops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl Autoprops {
if !matches!(**ty, syn::Type::Reference(_)) =>
{
Some(quote! {
let #pat = ::implicit_clone::ImplicitClone::implicit_clone(#pat);
let #pat = ::yew::html::ImplicitClone::implicit_clone(#pat);
})
}
_ => None,
Expand Down

0 comments on commit ad7c72a

Please sign in to comment.