about summary refs log tree commit diff
path: root/src/libcollections
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-04-21 15:23:11 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-04-21 15:23:11 -0700
commit59171f8ec8dce11329ed9bfaa73d5bbcf88f9a09 (patch)
tree4bcf93654923db52a4f421cabf533ea33d02c877 /src/libcollections
parent1ec7ccb53c4ef00eff1e13ff50ec18f54400de4a (diff)
parent71bc70ea1b99f9eac5460b8560f90d1baac6385f (diff)
downloadrust-59171f8ec8dce11329ed9bfaa73d5bbcf88f9a09.tar.gz
rust-59171f8ec8dce11329ed9bfaa73d5bbcf88f9a09.zip
rollup merge of #24651: tamird/old-references
r? @alexcrichton
Diffstat (limited to 'src/libcollections')
-rw-r--r--src/libcollections/fmt.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcollections/fmt.rs b/src/libcollections/fmt.rs
index 80942754c7b..4a276abaf7a 100644
--- a/src/libcollections/fmt.rs
+++ b/src/libcollections/fmt.rs
@@ -260,7 +260,6 @@
 //! Example usage is:
 //!
 //! ```
-//! # #![feature(old_io)]
 //! # #![allow(unused_must_use)]
 //! use std::io::Write;
 //! let mut w = Vec::new();
@@ -288,7 +287,6 @@
 //! off, some example usage is:
 //!
 //! ```
-//! # #![feature(old_io)]
 //! use std::fmt;
 //! use std::io::{self, Write};
 //!