rust/library/core
Jubilee Young ef027a1eed Duration::zero() -> Duration::ZERO
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.
2020-10-21 20:44:03 -07:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Duration::zero() -> Duration::ZERO 2020-10-21 20:44:03 -07:00
tests Duration::zero() -> Duration::ZERO 2020-10-21 20:44:03 -07:00
Cargo.toml