diff options
| author | Tamir Duberstein <tamird@gmail.com> | 2015-04-20 19:01:20 -0700 |
|---|---|---|
| committer | Tamir Duberstein <tamird@gmail.com> | 2015-04-21 08:16:03 -0700 |
| commit | 71bc70ea1b99f9eac5460b8560f90d1baac6385f (patch) | |
| tree | fa784d9d56386b9e7b21de41baa8707e9a50b07c /src/libcollections | |
| parent | fe7f95fb3cdfa38531b1072ba42bea09297a39db (diff) | |
| download | rust-71bc70ea1b99f9eac5460b8560f90d1baac6385f.tar.gz rust-71bc70ea1b99f9eac5460b8560f90d1baac6385f.zip | |
Remove references to `old_{path,io}`
Diffstat (limited to 'src/libcollections')
| -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 3dc193fdc62..bfa8f1b4190 100644 --- a/src/libcollections/fmt.rs +++ b/src/libcollections/fmt.rs @@ -262,7 +262,6 @@ //! Example usage is: //! //! ``` -//! # #![feature(old_io)] //! # #![allow(unused_must_use)] //! use std::io::Write; //! let mut w = Vec::new(); @@ -290,7 +289,6 @@ //! off, some example usage is: //! //! ``` -//! # #![feature(old_io)] //! use std::fmt; //! use std::io::{self, Write}; //! |
