Skip to content

Commit

Permalink
fix rust-analyzer non_camel_case_types warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruton committed Aug 28, 2023
1 parent 7ef8e0d commit 35c2ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/yew-macro/src/derive_props/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ impl PropsBuilder<'_> {
#vis mod #props_mod_name {
#( #prop_name_decls )*
}
#[allow(non_camel_case_types)]
#check_props

#[doc(hidden)]
Expand Down

0 comments on commit 35c2ee8

Please sign in to comment.