mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-11 21:08:16 +00:00
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.