mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
chore(lib): fmt core::fmt::Formatter's write_fmt method
This commit is contained in:
parent
72ef357ea3
commit
c4333026a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user