mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
Add link for Duration
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
ce244210b1
commit
9e71c13f28
@ -30,8 +30,8 @@ const MICROS_PER_SEC: u64 = 1_000_000;
|
||||
/// nanosecond-level precision, APIs binding a system timeout will typically round up
|
||||
/// the number of nanoseconds.
|
||||
///
|
||||
/// `Duration`s implement many common traits, including [`Add`], [`Sub`], and other
|
||||
/// [`ops`] traits. It implements `Default` by returning a zero-length `Duration`.
|
||||
/// [`Duration`]s implement many common traits, including [`Add`], [`Sub`], and other
|
||||
/// [`ops`] traits. It implements [`Default`] by returning a zero-length `Duration`.
|
||||
///
|
||||
/// [`ops`]: crate::ops
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user