Skip to content

Commit 48b0ff8

Browse files
committed
additional allow flag necessary
1 parent 35c2ee8 commit 48b0ff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ impl PropsBuilder<'_> {
134134
#[doc(hidden)]
135135
#[allow(non_snake_case)]
136136
#vis mod #props_mod_name {
137+
#[allow(non_camel_case_types)]
137138
#( #prop_name_decls )*
138139
}
139140
#[allow(non_camel_case_types)]

0 commit comments

Comments
 (0)