Added error documentation for write_fmt
This continuation of work at rust-lang#98861
This commit is contained in:
parent
442f997f98
commit
c466be040f
@ -174,6 +174,11 @@ pub trait Write {
|
||||
/// This method should generally not be invoked manually, but rather through
|
||||
/// the [`write!`] macro itself.
|
||||
///
|
||||
/// # Errors
|
||||
///
|
||||
/// This function will return an instance of [`Error`] on error. Please see
|
||||
/// [write_str](Write::write_str) for details.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
|
Loading…
x
Reference in New Issue
Block a user