1
0
Fork 0

Remove extraneous #[automatically_derived] annotations that are causing warnings as reported by Tobias

This commit is contained in:
Jacob Lifshay 2025-10-15 04:17:47 -07:00
parent 64ec6c0dcc
commit f8ac78abd6
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
2 changed files with 0 additions and 5 deletions

View file

@ -345,7 +345,6 @@ impl ToTokens for Builder {
}
}));
quote_spanned! {self.ident.span()=>
#[automatically_derived]
#[allow(non_camel_case_types, non_snake_case, dead_code)]
impl #impl_generics #unfilled_ty
#where_clause