Fix rust-analyzer #[derive(Properties)] warnings (#2007)

Fix #2006
This commit is contained in:
Karlitos 2021-08-18 19:57:15 +02:00 committed by GitHub
parent c6099cf875
commit 855de12313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ impl ToTokens for PropsBuilder<'_> {
let builder = quote! {
#(
#[doc(hidden)]
#[allow(non_camel_case_types)]
#vis struct #step_names;
)*