doc: split overlong sentence

This commit is contained in:
Tshepang Lekhonkhobe 2015-11-25 22:47:17 +02:00
parent a4c0a6fccd
commit d447ceaedb

View File

@ -35,8 +35,8 @@ mod duration;
/// backwards.
///
/// Instants are opaque types that can only be compared to one another. There is
/// no method to get "the number of seconds" from an instant but instead it only
/// allow learning the duration between two instants (or comparing two
/// no method to get "the number of seconds" from an instant. Instead, it only
/// allows measuring the duration between two instants (or comparing two
/// instants).
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
#[unstable(feature = "time2", reason = "recently added", issue = "29866")]