mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Fix rust-analyzer non_camel_case_types warning (#3388)
This commit is contained in:
parent
4038a9794b
commit
73f4bb91cf
@ -279,6 +279,7 @@ impl<'a> PropFieldCheck<'a> {
|
||||
|
||||
quote! {
|
||||
#[doc(hidden)]
|
||||
#[allow(non_camel_case_types)]
|
||||
#vis struct #check_struct<How>(::std::marker::PhantomData<How>);
|
||||
|
||||
#[automatically_derived]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user