Fix rust-analyzer non_camel_case_types warning (#3388)

This commit is contained in:
Sean Bruton 2023-09-05 14:35:31 -05:00 committed by GitHub
parent 4038a9794b
commit 73f4bb91cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]