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
I was trying to compute the max of two UnixTimes when I noticed that UnixTime doesn't actually implement Ord, even though it seems like it should be completely safe to implement it given that it already implements PartialOrd and Eq.
The text was updated successfully, but these errors were encountered:
I was trying to compute the max of two
UnixTime
s when I noticed thatUnixTime
doesn't actually implementOrd
, even though it seems like it should be completely safe to implement it given that it already implementsPartialOrd
andEq
.The text was updated successfully, but these errors were encountered: