We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d082de + d8943e1 commit 550c8d8Copy full SHA for 550c8d8
src/libcollections/fmt.rs
@@ -246,7 +246,7 @@
246
//!
247
//! ```ignore
248
//! format! // described above
249
-//! write! // first argument is a &mut old_io::Writer, the destination
+//! write! // first argument is a &mut io::Write, the destination
250
//! writeln! // same as write but appends a newline
251
//! print! // the format string is printed to the standard output
252
//! println! // same as print but appends a newline
0 commit comments