We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce24421 commit 9e71c13Copy full SHA for 9e71c13
library/core/src/time.rs
@@ -30,8 +30,8 @@ const MICROS_PER_SEC: u64 = 1_000_000;
30
/// nanosecond-level precision, APIs binding a system timeout will typically round up
31
/// the number of nanoseconds.
32
///
33
-/// `Duration`s implement many common traits, including [`Add`], [`Sub`], and other
34
-/// [`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`.
35
36
/// [`ops`]: crate::ops
37
0 commit comments