Remove extraneous #[automatically_derived] annotations that are causing warnings as reported by Tobias
All checks were successful
/ deps (pull_request) Successful in 20s
/ test (pull_request) Successful in 4m54s
/ deps (push) Successful in 13s
/ test (push) Successful in 5m24s

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