mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 21:48:02 +00:00
c887a0b472
When a field should be skipped during deserialization, it will not use its own Default implementation when the container structure has `#[serde(default)]` set.