mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 19:01:02 +00:00
Removed an unused field that was left over from a merge conflict
This commit is contained in:
@@ -757,7 +757,6 @@ pub struct Field {
|
|||||||
de_bound: Option<Vec<syn::WherePredicate>>,
|
de_bound: Option<Vec<syn::WherePredicate>>,
|
||||||
borrowed_lifetimes: BTreeSet<syn::Lifetime>,
|
borrowed_lifetimes: BTreeSet<syn::Lifetime>,
|
||||||
getter: Option<syn::ExprPath>,
|
getter: Option<syn::ExprPath>,
|
||||||
collection_field: bool,
|
|
||||||
flatten: bool,
|
flatten: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user