Delete double reference when setting up adjacently tagged variant seed
This commit is contained in:
parent
ef4f860384
commit
4aa54222f4
@ -1484,7 +1484,7 @@ fn deserialize_adjacently_tagged_enum(
|
||||
let variant_seed = quote! {
|
||||
_serde::__private::de::AdjacentlyTaggedEnumVariantSeed::<__Field> {
|
||||
enum_name: #rust_name,
|
||||
variants: &VARIANTS,
|
||||
variants: VARIANTS,
|
||||
fields_enum: _serde::__private::PhantomData
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user