Skip to content

Commit 76d50e6

Browse files
committed
Rollup merge of rust-lang#33633 - tshepang:no-effect, r=steveklabnik
doc: this statement does not have an effect
2 parents 1155a34 + deb8165 commit 76d50e6

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)