tidwall / gjson.rs

Get JSON values quickly - JSON parser for Rust
MIT License
216 stars 12 forks source link

Removal of redundant f64() #2

Closed tuxiqae closed 3 years ago

tidwall commented 3 years ago

Thanks for detecting the typo. I think I meant that line to be value.f32() (followed by an value.f64() line). If change it to that instead of deleting the line then I'll merge.

tidwall commented 3 years ago

I went ahead and changed f64() to f32(). Thanks for reporting.

tuxiqae commented 3 years ago

My bad, sorry :stuck_out_tongue:

tidwall commented 3 years ago

No worries :)