mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-11 12:57:03 +00:00
Fixed docs typo in `library/std/src/time.rs` * Changed comment from `Previous rust versions panicked when self was earlier than the current time.` to `Previous rust versions panicked when the current time was earlier than self.` * Resolves #103282.