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
Some of Rust's time measurements use u128 for outputs but u64 for
inputs. I don't expect we'll overflow a u64 - 2^64 nanoseconds is over
500 years - so I've added try_from()/unwrap() calls to those
conversions.
Signed-off-by: Jonathan Browne <[email protected]>
0 commit comments