rust/library/core
Jubilee Young a80dbea918 Clarify Duration::MAX depends on Instant
Duration is used in std to represent a difference between two Instants.
As such, it has to at least contain that span of time in it. However,
Instant can vary by platform. Thus, we should explain the impl of
Duration::MAX is sensitive to these vagaries of the platform.
2021-04-24 16:57:58 -07:00
..
benches add bench 2021-03-18 00:25:20 +01:00
src Clarify Duration::MAX depends on Instant 2021-04-24 16:57:58 -07:00
tests Auto merge of #84090 - marmeladema:stabilize-duration-saturating-ops, r=m-ou-se 2021-04-12 05:44:25 +00:00
Cargo.toml Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se 2021-03-23 04:49:47 +00:00