about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/owned.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/owned.rs b/src/liballoc/owned.rs
index 30e0fe6c4dd..114fe4eb0d4 100644
--- a/src/liballoc/owned.rs
+++ b/src/liballoc/owned.rs
@@ -107,7 +107,6 @@ impl<T: fmt::Show> fmt::Show for Box<T> {
     }
 }
 
-#[cfg(not(stage0))]
 impl fmt::Show for Box<Any> {
     fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
         f.pad("Box<Any>")