dtolnay / serde-yaml

Strongly typed YAML library for Rust
Apache License 2.0
964 stars 164 forks source link

Replace handwritten PartialEq with derive for Value #273

Closed dtolnay closed 2 years ago

dtolnay commented 2 years ago

This impl being handwritten was obsoleted by #64. Prior to that PR it was necessary in order to handle the F64 variant specially.