From a5b294864a99ebdd742202c4fce51506adc3aa0b Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Wed, 25 Nov 2015 22:45:14 +0200 Subject: [PATCH] doc: remove info repeated on next paragraph --- src/libstd/time/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libstd/time/mod.rs b/src/libstd/time/mod.rs index 3e01ed894b8c..f74d26560769 100644 --- a/src/libstd/time/mod.rs +++ b/src/libstd/time/mod.rs @@ -22,8 +22,7 @@ pub use self::duration::Duration; mod duration; -/// A measurement of a monotonically increasing clock which is suitable for -/// measuring the amount of time that an operation takes. +/// A measurement of a monotonically increasing clock. /// /// Instants are guaranteed always be greater than any previously measured /// instant when created, and are often useful for tasks such as measuring