Skip to content

Commit d8943e1

Browse files
committed
Update reference to old_io in fmt docs
1 parent f46c4e1 commit d8943e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/fmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
//!
247247
//! ```ignore
248248
//! format! // described above
249-
//! write! // first argument is a &mut old_io::Writer, the destination
249+
//! write! // first argument is a &mut io::Write, the destination
250250
//! writeln! // same as write but appends a newline
251251
//! print! // the format string is printed to the standard output
252252
//! println! // same as print but appends a newline

0 commit comments

Comments
 (0)