We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4901896 commit e4dd785Copy full SHA for e4dd785
src/libcollections/fmt.rs
@@ -165,9 +165,9 @@
165
//! provides some helper methods.
166
//!
167
//! Additionally, the return value of this function is `fmt::Result` which is a
168
-//! typedef to `Result<(), std::io::Error>` (also known as `std::io::Result<()>`).
169
-//! Formatting implementations should ensure that they return errors from `write!`
170
-//! correctly (propagating errors upward).
+//! typedef to `Result<(), std::fmt::Error>`. Formatting implementations should
+//! ensure that they return errors from `write!` correctly (propagating errors
+//! upward).
171
172
//! An example of implementing the formatting traits would look
173
//! like:
0 commit comments