Skip to content

Commit deb8165

Browse files
committed
doc: this statement does not have an effect
1 parent bc57899 commit deb8165

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libcollections/fmt.rs

-2
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,6 @@
292292
//! use std::fmt;
293293
//! use std::io::{self, Write};
294294
//!
295-
//! fmt::format(format_args!("this returns {}", "String"));
296-
//!
297295
//! let mut some_writer = io::stdout();
298296
//! write!(&mut some_writer, "{}", format_args!("print with a {}", "macro"));
299297
//!

0 commit comments

Comments
 (0)