diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-11-25 22:45:14 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-11-25 22:45:14 +0200 |
| commit | a5b294864a99ebdd742202c4fce51506adc3aa0b (patch) | |
| tree | 969a841a37c5ff7cfb65d98a9154888d7a1c0839 | |
| parent | e3dfb2c45fa3a2da312fc2dbc36aa0c3a06319eb (diff) | |
| download | rust-a5b294864a99ebdd742202c4fce51506adc3aa0b.tar.gz rust-a5b294864a99ebdd742202c4fce51506adc3aa0b.zip | |
doc: remove info repeated on next paragraph
| -rw-r--r-- | src/libstd/time/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/time/mod.rs b/src/libstd/time/mod.rs index 3e01ed894b8..f74d2656076 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 |
