Closed
Description
Location
Lines 355 to 361 in 57781b2
Summary
This is part of the documentation for std::time::Instant::elapsed
. The Panics section on line 359 says:
Previous rust versions panicked when self was earlier than the current time.
Which is obviously not the case. It should be:
Previous rust versions panicked when the current time was earlier than self.