mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
ef027a1eed
Duration::ZERO composes better with match and various other things, at the cost of an occasional parens, and results in less work for the optimizer, so let's use that instead.