mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 11:26:40 +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.