dtolnay / serde-yaml

Strongly typed YAML library for Rust
Apache License 2.0
960 stars 157 forks source link

Add test of NaN sign when deserializing to primitive #393

Closed dtolnay closed 11 months ago

dtolnay commented 11 months ago

392 covered the case of deserializing to serde_yaml::Number only.

For primitives, https://github.com/serde-rs/serde/pull/2637 is necessary.