diff options
Diffstat (limited to 'src/liballoc/boxed.rs')
| -rw-r--r-- | src/liballoc/boxed.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/boxed.rs b/src/liballoc/boxed.rs index 50935e6404d..6bdfe2b1551 100644 --- a/src/liballoc/boxed.rs +++ b/src/liballoc/boxed.rs @@ -264,7 +264,6 @@ impl BoxAny for Box<Any> { } } -#[cfg(not(stage0))] #[stable(feature = "rust1", since = "1.0.0")] impl BoxAny for Box<Any+Send> { #[inline] |
