Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information