diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-01-29 20:03:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-29 20:03:38 +0100 |
| commit | 392265419ae156c0ec92c98e63770c62adb5a7b7 (patch) | |
| tree | bf5fd639fd8951512679ac5a21a1b8df7abc4678 /library/std/src | |
| parent | 6ce862cf8a36307630b93f67ec54d240c3aadd9b (diff) | |
| parent | 2cdec46275a9967952cdaa91a8451eb6dc44bc2c (diff) | |
| download | rust-392265419ae156c0ec92c98e63770c62adb5a7b7.tar.gz rust-392265419ae156c0ec92c98e63770c62adb5a7b7.zip | |
Rollup merge of #107431 - notriddle:notriddle/colon, r=thomcc
docs: remove colon from time header It's not used anywhere else; the inconsistency is weird.
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/time.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/time.rs b/library/std/src/time.rs index ecd06ebf743..acf9c29083f 100644 --- a/library/std/src/time.rs +++ b/library/std/src/time.rs @@ -1,6 +1,6 @@ //! Temporal quantification. //! -//! # Examples: +//! # Examples //! //! There are multiple ways to create a new [`Duration`]: //! |
