Rollup merge of #129001 - cblh:fix/128713, r=Noratrieb
chore(lib): Enhance documentation for core::fmt::Formatter's write_fm… fix: #128713
This commit is contained in:
commit
a4261a0bc0
@ -1626,6 +1626,11 @@ pub fn write_str(&mut self, data: &str) -> Result {
|
|||||||
self.buf.write_str(data)
|
self.buf.write_str(data)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Glue for usage of the [`write!`] macro with implementors of this trait.
|
||||||
|
///
|
||||||
|
/// This method should generally not be invoked manually, but rather through
|
||||||
|
/// the [`write!`] macro itself.
|
||||||
|
///
|
||||||
/// Writes some formatted information into this instance.
|
/// Writes some formatted information into this instance.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
Loading…
Reference in New Issue
Block a user