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
duration_format returns a human-readable string for a std::time::Duration. We should simplify the logic when std::time::Duration::as_millis, std::time::Duration::as_float_secs, etc. are stabilized.
duration_format
returns a human-readable string for astd::time::Duration
. We should simplify the logic whenstd::time::Duration::as_millis
,std::time::Duration::as_float_secs
, etc. are stabilized.API docs: https://doc.rust-lang.org/std/time/struct.Duration.html
PR: rust-lang/rust#54361
Introduced by #13.
The text was updated successfully, but these errors were encountered: