diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-05-17 21:54:11 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-17 21:54:11 -0700 |
| commit | 4a1d21ab7b8d08398649d9c6a9641acebb6bc01c (patch) | |
| tree | c83e9a016521d21e9c10a553365c0d1b68e6b005 /src/liballoc | |
| parent | 639759b7f46b2ea7fd93cbfdb6fa39ab24f8774f (diff) | |
| download | rust-4a1d21ab7b8d08398649d9c6a9641acebb6bc01c.tar.gz rust-4a1d21ab7b8d08398649d9c6a9641acebb6bc01c.zip | |
Register new snapshots
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/owned.rs | 1 |
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>") |
