ron-rs / ron

Rusty Object Notation
https://docs.rs/ron
Apache License 2.0
3.22k stars 118 forks source link

Fix missing case of the one-tuple-struct-inside-unwrapped-newtype-variant bug #516

Closed juntyr closed 9 months ago

juntyr commented 9 months ago

The fuzzer found an oversight on my end, this PR just amends the existing known bug to another case that is identical to serde.

* [ ] I've included my change in CHANGELOG.md