Skip to content

Commit

Permalink
doc: this statement does not have an effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed May 14, 2016
1 parent bc57899 commit deb8165
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libcollections/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
//!
Expand Down

0 comments on commit deb8165

Please sign in to comment.