Rollup merge of #33633 - tshepang:no-effect, r=steveklabnik
doc: this statement does not have an effect
This commit is contained in:
commit
76d50e657b
1 changed files with 0 additions and 2 deletions
|
@ -292,8 +292,6 @@
|
||||||
//! use std::fmt;
|
//! use std::fmt;
|
||||||
//! use std::io::{self, Write};
|
//! use std::io::{self, Write};
|
||||||
//!
|
//!
|
||||||
//! fmt::format(format_args!("this returns {}", "String"));
|
|
||||||
//!
|
|
||||||
//! let mut some_writer = io::stdout();
|
//! let mut some_writer = io::stdout();
|
||||||
//! write!(&mut some_writer, "{}", format_args!("print with a {}", "macro"));
|
//! write!(&mut some_writer, "{}", format_args!("print with a {}", "macro"));
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue