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 e3dfb2c commit a5b2948Copy full SHA for a5b2948
src/libstd/time/mod.rs
@@ -22,8 +22,7 @@ pub use self::duration::Duration;
22
23
mod duration;
24
25
-/// A measurement of a monotonically increasing clock which is suitable for
26
-/// measuring the amount of time that an operation takes.
+/// A measurement of a monotonically increasing clock.
27
///
28
/// Instants are guaranteed always be greater than any previously measured
29
/// instant when created, and are often useful for tasks such as measuring
0 commit comments