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
Currently the function is returning wrong values, eg:
Duration::from_secs_f32(30.0);
is giving:
30.000001024s (30s + 1024ns)
This commit fixes this problem.
Fixes: rust-lang#90225
0 commit comments