Register new snapshots

This commit is contained in:
Alex Crichton
2014-05-17 21:54:11 -07:00
parent 639759b7f4
commit 4a1d21ab7b
4 changed files with 8 additions and 13 deletions

View File

@@ -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>")