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/libtest | |
| parent | fe7f95fb3cdfa38531b1072ba42bea09297a39db (diff) | |
| download | rust-71bc70ea1b99f9eac5460b8560f90d1baac6385f.tar.gz rust-71bc70ea1b99f9eac5460b8560f90d1baac6385f.zip | |
Remove references to `old_{path,io}`
Diffstat (limited to 'src/libtest')
| -rw-r--r-- | src/libtest/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index 5c967747104..4f350b909ca 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -43,7 +43,6 @@ #![feature(std_misc)] #![feature(libc)] #![feature(set_stdio)] -#![cfg_attr(test, feature(old_io))] extern crate getopts; extern crate serialize; |
