You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
When I deserialize
06:00:00.0
and06:00:00
into toml datetimes, they do not compare equal.Even more confusingly, their
Debug
implementations are identical, so runningoutputs
I feel like either
toml::datetime::Time
'ssecfract
field should be required (and default 0 when missing), orNone
should be equal toSome(0.0)
.Found with rust-fuzz/targets#72
The text was updated successfully, but these errors were encountered: