We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeaa5c3 + e2f7032 commit 980fba7Copy full SHA for 980fba7
library/core/src/fmt/mod.rs
@@ -112,9 +112,9 @@ pub trait Write {
112
///
113
/// # Errors
114
115
- /// This function will return an instance of [`Error`] on error.
+ /// This function will return an instance of [`std::fmt::Error`][Error] on error.
116
117
- /// The purpose of std::fmt::Error is to abort the formatting operation when the underlying
+ /// The purpose of that error is to abort the formatting operation when the underlying
118
/// destination encounters some error preventing it from accepting more text; it should
119
/// generally be propagated rather than handled, at least when implementing formatting traits.
120
0 commit comments