Remove extraneous #[automatically_derived] annotations that are causing warnings as reported by Tobias
This commit is contained in:
parent
64ec6c0dcc
commit
f8ac78abd6
2 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue