From 09ba9f5c87a24f82d9a332fdb913511eedf5a4ec Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 28 Jan 2015 08:18:40 -0500 Subject: remove #[old_impl_check] now that #21363 has been fixed --- src/liballoc/boxed.rs | 2 -- src/liballoc/lib.rs | 2 -- 2 files changed, 4 deletions(-) (limited to 'src/liballoc') diff --git a/src/liballoc/boxed.rs b/src/liballoc/boxed.rs index 51e5fc5820c..b82b02589c0 100644 --- a/src/liballoc/boxed.rs +++ b/src/liballoc/boxed.rs @@ -250,8 +250,6 @@ impl DerefMut for Box { fn deref_mut(&mut self) -> &mut T { &mut **self } } -// FIXME(#21363) remove `old_impl_check` when bug is fixed -#[old_impl_check] impl<'a, T> Iterator for Box + 'a> { type Item = T; diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 6830a1c33df..f807d8d12a6 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -70,8 +70,6 @@ #![feature(lang_items, unsafe_destructor)] #![feature(box_syntax)] #![feature(optin_builtin_traits)] -// FIXME(#21363) remove `old_impl_check` when bug is fixed -#![feature(old_impl_check)] #![allow(unknown_features)] #![feature(int_uint)] #![feature(core)] #![feature(hash)] -- cgit 1.4.1-3-g733a5