]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #81465 - joshtriplett:duration-formatting-documentation, r=m-ou-se
authorYuki Okushi <huyuumi.dev@gmail.com>
Sun, 14 Mar 2021 04:07:27 +0000 (13:07 +0900)
committerGitHub <noreply@github.com>
Sun, 14 Mar 2021 04:07:27 +0000 (13:07 +0900)
Add documentation about formatting `Duration` values

Explain why Duration has a Debug impl but not a Display impl, and
mention the use of Unicode.

1  2 
library/core/src/time.rs

Simple merge