doc: remove info repeated on next paragraph

This commit is contained in:
Tshepang Lekhonkhobe 2015-11-25 22:45:14 +02:00
parent e3dfb2c45f
commit a5b294864a

View File

@ -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