mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
cf48ca6170
Correct comment to match behavior Corrects the header comment on `saturating_duration_since` to match the behavior of returning 0 if the other timestamp is _later_ than the invocant, not earlier, This is purely a documentation change, so hopefully it doesn't require an issue; if it does, I'll open one and resubmit.