We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4c860a + c433302 commit a4261a0Copy full SHA for a4261a0
library/core/src/fmt/mod.rs
@@ -1626,6 +1626,11 @@ impl<'a> Formatter<'a> {
1626
self.buf.write_str(data)
1627
}
1628
1629
+ /// Glue for usage of the [`write!`] macro with implementors of this trait.
1630
+ ///
1631
+ /// This method should generally not be invoked manually, but rather through
1632
+ /// the [`write!`] macro itself.
1633
1634
/// Writes some formatted information into this instance.
1635
///
1636
/// # Examples
0 commit comments