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 was archived by the owner on Sep 24, 2022. It is now read-only.
When I deserialize
06:00:00.0and06:00:00into toml datetimes, they do not compare equal.Even more confusingly, their
Debugimplementations are identical, so runningoutputs
I feel like either
toml::datetime::Time'ssecfractfield should be required (and default 0 when missing), orNoneshould be equal toSome(0.0).Found with rust-fuzz/targets#72