about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-05-17 21:54:11 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-05-17 21:54:11 -0700
commit4a1d21ab7b8d08398649d9c6a9641acebb6bc01c (patch)
treec83e9a016521d21e9c10a553365c0d1b68e6b005 /src/liballoc
parent639759b7f46b2ea7fd93cbfdb6fa39ab24f8774f (diff)
downloadrust-4a1d21ab7b8d08398649d9c6a9641acebb6bc01c.tar.gz
rust-4a1d21ab7b8d08398649d9c6a9641acebb6bc01c.zip
Register new snapshots
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>")