We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6702f20 + c466be0 commit 6d8ac83Copy full SHA for 6d8ac83
1 file changed
library/core/src/fmt/mod.rs
@@ -174,6 +174,11 @@ pub trait Write {
174
/// This method should generally not be invoked manually, but rather through
175
/// the [`write!`] macro itself.
176
///
177
+ /// # Errors
178
+ ///
179
+ /// This function will return an instance of [`Error`] on error. Please see
180
+ /// [write_str](Write::write_str) for details.
181
182
/// # Examples
183
184
/// ```
0 commit comments