mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
567b569e2b
This commit implements the following methods: * `SystemTime::saturating_add` * `SystemTime::saturating_sub` * `SystemTime::saturating_duration_since` The implementation of these methods is rather trivial, as the main logic lies behind the constants `SystemTime::MIN` and `SystemTime::MAX`.