Skip to content

Commit c550f85

Browse files
committed
remove wrongly placed diagnostic attribute
1 parent c273b4a commit c550f85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/yew-macro/src/derive_props/builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ impl PropsBuilder<'_> {
127127
quote! {
128128
#[automatically_derived]
129129
#( #extra_attrs )*
130-
#[diagnostic::do_not_recommend]
131130
impl #builder_impl_generics #builder_name<#generic_args> #builder_where_clause {
132131
#( #prop_fns )*
133132
}

0 commit comments

Comments
 (0)