Point UNIX_EPOCH to associated constant in SystemTime docs
This commit is contained in:
parent
883f9f72e8
commit
88bd1913f2
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ pub struct Instant(time::Instant);
|
|||
/// > structure cannot represent the new point in time.
|
||||
///
|
||||
/// [`add`]: SystemTime::add
|
||||
/// [`UNIX_EPOCH`]: SystemTime::UNIX_EPOCH
|
||||
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
#[stable(feature = "time2", since = "1.8.0")]
|
||||
pub struct SystemTime(time::SystemTime);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue