Skip to content
  • Ben Boeckel's avatar
    serde: remove the `strict` feature · 4b75cdcf
    Ben Boeckel authored
    Instead, it is suggested to use the `serde_ignored` crate when
    deserializing to get warnings about unrecognized fields. This can be
    used to trigger a warning if wanted.
    
    Fixes: #21
    4b75cdcf