From deb8165b36ea8cdc5a1e4cfead9e70ec24f38bed Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sat, 14 May 2016 11:55:46 +0200 Subject: [PATCH] doc: this statement does not have an effect --- src/libcollections/fmt.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libcollections/fmt.rs b/src/libcollections/fmt.rs index ce1d6ec5a6478..479b92a70f278 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")); //!