We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a783fe2 commit c458627Copy full SHA for c458627
src/libstd/time/mod.rs
@@ -163,10 +163,7 @@ impl Instant {
163
///
164
/// # Panics
165
166
- /// This function will panic if `earlier` is later than `self`, which should
167
- /// only be possible if `earlier` was created after `self`. Because
168
- /// `Instant` is monotonic, the only time that this should happen should be
169
- /// a bug.
+ /// This function will panic if `earlier` is later than `self`.
170
171
/// # Examples
172
0 commit comments