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
We are using proptest to generate arbitrary timestamps and we have to limit the actual inputs that are generated to u32 for this function to not panic.
We are using
proptestto generate arbitrary timestamps and we have to limit the actual inputs that are generated tou32for this function to not panic.Any reason why negative values are allowed here?