We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46c4e1 commit d8943e1Copy full SHA for d8943e1
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