mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
75f2c21124
std: Derive `Default` for `Duration`. Discussed in #37546 the libs team reached the conclusion that a default zero duration seems like a reasonable implementation of the `Default` trait. Closes #37546