Skip to content

Commit a5b2948

Browse files
committed
doc: remove info repeated on next paragraph
1 parent e3dfb2c commit a5b2948

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/time/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ pub use self::duration::Duration;
2222

2323
mod duration;
2424

25-
/// A measurement of a monotonically increasing clock which is suitable for
26-
/// measuring the amount of time that an operation takes.
25+
/// A measurement of a monotonically increasing clock.
2726
///
2827
/// Instants are guaranteed always be greater than any previously measured
2928
/// instant when created, and are often useful for tasks such as measuring

0 commit comments

Comments
 (0)