You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a warning that flatten and deny_unknown_fields should not be mixed.
There are various bug reports about the interaction of `flatten` and
`deny_unknown_fields`. In the end they cannot really be combined, since
flatten does not consume the fields thus `deny_unknown_fields` will error
on them.
serde-rs/serde#1957serde-rs/serde#1600serde-rs/serde#1547
0 commit comments