mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-15 01:44:20 +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.