diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-05-14 11:55:46 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-05-14 11:55:46 +0200 |
| commit | deb8165b36ea8cdc5a1e4cfead9e70ec24f38bed (patch) | |
| tree | 4151339d72904661cc57374fe45ea50b10e032af /src | |
| parent | bc5789902bae5e3437bcfea9a06bc0fcb11726f0 (diff) | |
| download | rust-deb8165b36ea8cdc5a1e4cfead9e70ec24f38bed.tar.gz rust-deb8165b36ea8cdc5a1e4cfead9e70ec24f38bed.zip | |
doc: this statement does not have an effect
Diffstat (limited to 'src')
| -rw-r--r-- | src/libcollections/fmt.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcollections/fmt.rs b/src/libcollections/fmt.rs index ce1d6ec5a64..479b92a70f2 100644 --- a/src/libcollections/fmt.rs +++ b/src/libcollections/fmt.rs @@ -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")); //! |
