diff options
| author | burlinchen <chenbeiliuhuo@gmail.com> | 2024-08-13 08:40:08 +0800 |
|---|---|---|
| committer | burlinchen <chenbeiliuhuo@gmail.com> | 2024-08-13 08:40:08 +0800 |
| commit | c4333026a008741e5edba4bca1aae77aecba8d78 (patch) | |
| tree | f6e16c1d4addfbf5aef52159693cec2723076df4 /library/core | |
| parent | 72ef357ea31ed9b8c926bea6c1ae608ccc9dc0d2 (diff) | |
| download | rust-c4333026a008741e5edba4bca1aae77aecba8d78.tar.gz rust-c4333026a008741e5edba4bca1aae77aecba8d78.zip | |
chore(lib): fmt core::fmt::Formatter's write_fmt method
Diffstat (limited to 'library/core')
| -rw-r--r-- | library/core/src/fmt/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/fmt/mod.rs b/library/core/src/fmt/mod.rs index 8143ff4addc..6078a71cb69 100644 --- a/library/core/src/fmt/mod.rs +++ b/library/core/src/fmt/mod.rs @@ -1630,7 +1630,7 @@ impl<'a> Formatter<'a> { /// /// This method should generally not be invoked manually, but rather through /// the [`write!`] macro itself. - /// + /// /// Writes some formatted information into this instance. /// /// # Examples |
