From 783449993565fc6746426c9be20f7315c81b1d0c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 21 Mar 2024 16:35:32 +0000 Subject: [PATCH] docs for Instant: Break apart the summary line rustdoc treats the first "paragraph" as the summary line. Probably we dodn't want that whole paragraph there. --- src/instant.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/instant.rs b/src/instant.rs index 14cdddd..d447475 100644 --- a/src/instant.rs +++ b/src/instant.rs @@ -9,7 +9,9 @@ use super::duration::*; #[allow(unused_imports)] use super::helpers::*; -/// A measurement of a *monotonically* increasing clock. Opaque and useful only +/// A measurement of a *monotonically* increasing clock. +/// +/// Opaque and useful only /// with `Duration`. /// Resulting durations are actual durations; they do not get affected by /// clock adjustments, leap seconds, or similar.