1
Fork 0

doc: this statement does not have an effect

This commit is contained in:
Tshepang Lekhonkhobe 2016-05-14 11:55:46 +02:00
parent bc5789902b
commit deb8165b36

View file

@ -292,8 +292,6 @@
//! use std::fmt;
//! use std::io::{self, Write};
//!
//! fmt::format(format_args!("this returns {}", "String"));
//!
//! let mut some_writer = io::stdout();
//! write!(&mut some_writer, "{}", format_args!("print with a {}", "macro"));
//!