mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
2f89c414f2
Document that Instant may or may not include system-suspend time Since people are still occasionally surprised by this let's make it more explicit. This doesn't add any new guarantees, only documents the status quo. Related issues: #87906 #79462