Removed an unused field that was left over from a merge conflict

This commit is contained in:
Armin Ronacher 2018-03-16 23:07:31 +01:00
parent 49e302d17d
commit 352fe7b451

View File

@ -757,7 +757,6 @@ pub struct Field {
de_bound: Option<Vec<syn::WherePredicate>>,
borrowed_lifetimes: BTreeSet<syn::Lifetime>,
getter: Option<syn::ExprPath>,
collection_field: bool,
flatten: bool,
}