Remove the SNAP line to work around .

This commit is contained in:
Huon Wilson 2014-02-02 16:22:54 +11:00
parent d8b6919d4f
commit c19a7b6857

@ -480,8 +480,8 @@ use repr;
use util;
use vec;
// SNAP b6400f9 this is just because the `prelude::*` import above
// includes default::Default, so the reexport doesn't work.
// NOTE this is just because the `prelude::*` import above includes
// default::Default, so the reexport doesn't work.
#[cfg(stage0)]
pub use Default = fmt::Show; // export required for `format!()` etc.